home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / documentation / jdk114 / CHANGES next >
Text File  |  1997-09-11  |  92KB  |  2,445 lines

  1.                          
  2.                             CHANGES
  3.  
  4.                     Java(tm) Development Kit
  5.                          JDK(tm) 1.1.4
  6.                          
  7. -----------------------------------------------------------------------
  8. CONTENTS
  9. -----------------------------------------------------------------------
  10. This document describes the changes between the various JDK 
  11. releases of the Java Platform 1.1.  It is divided into several 
  12. sections:
  13.  
  14.     - Changes from JDK 1.1.3 to JDK 1.1.4
  15.     - Changes from JDK 1.1.2 to JDK 1.1.3
  16.     - Changes from JDK 1.1.1 to JDK 1.1.2
  17.     - Changes from JDK 1.1_Final to JDK 1.1.1_Final
  18.     - Changes from JDK 1.1beta3  to JDK 1.1_Final
  19.     - Changes from JDK 1.1beta2  to JDK 1.1beta3
  20.     - Changes from the original JDK 1.1beta to JDK 1.1beta2
  21.  
  22. Changes within a section are in this order:
  23.     - VERSION NUMBER
  24.     - BUG FIXES
  25.     - TEXT CHANGES
  26.     - AWT CHANGES
  27.     - BEANS CHANGES
  28.     - SECURITY CHANGES
  29.     - JAR CHANGES
  30.     - LANG CHANGES
  31.     - IO CHANGES
  32.     - JAVA NATIVE INTERFACE CHANGES
  33.     - TOOL CHANGES
  34.  
  35.     ---------------------------------------------------------
  36.     NOTE: To find the Java version number, execute:
  37.           java -version
  38.     ---------------------------------------------------------
  39.     NOTE: Another significant list of changes is our
  40.           important bug fixes, available from our JavaSoft 
  41.           website:
  42.           http://java.sun.com/products/jdk/1.1/fixedbugs/
  43.     ---------------------------------------------------------
  44.     NOTE: Known bugs are listed at:
  45.           http://java.sun.com/products/jdk/1.1/knownbugs/
  46.     ---------------------------------------------------------
  47.  
  48. =======================================================================
  49. Changes from JDK 1.1.3 to JDK 1.1.4
  50. -----------------------------------------------------------------------
  51.  
  52. JDK 1.1.4 is a bug-fix release. The following list summarizes changes 
  53. in JDK 1.1.4.
  54. ______________
  55. VERSION NUMBER - The version number for this release is "JDK1.1.4".
  56.  
  57. ____________________
  58. JAVA TEXT BOUNDS BUG - The DateFormat.parse() unexpectedly threw a 
  59. StringIndexOutOfBoundsException rather than the expected 
  60. FormatException.  This bug has been fixed in JDK 1.1.4.  [Bug 4031620]
  61.  
  62. _________________
  63. AWT COMPONENT BUG - In the windows version of JDK 1.1.3, incorrect 
  64. character codes from non-101 keyboards where being received, causing 
  65. the incorrect generation of a KeyPressed/Release event.  This bug has 
  66. been fixed in JDK 1.1.4.  [Bugs 4051910, 4053800]
  67.  
  68. __________________
  69. AWT POPUP MENU BUG - Removing menus from PopupMenus on Solaris versions 
  70. of JDK 1.1.2 and JDK 1.1.3 caused a core dump. This problem has been 
  71. corrected in JDK 1.1.4.  [Bug 4054479]
  72.  
  73. __________
  74. AWT IM BUG - In the Solaris version on the JDK 1.1.1, the IM status 
  75. region was created inside of the AWT window and broke the layout of the 
  76. window.  This bug has been fixed in JDK 1.1.4.  [Bug 4041569]
  77.  
  78. ____________
  79. AWT MENU BUG - In the Solaris version of the JDK 1.1.2 & JDK 1.1.3 a 
  80. core dump would result when removing MenuItems from submenus on 
  81. PopuMenus.  This bug has been fixed in JDK 1.1.4.  [Bug 4054479]
  82.  
  83. ____________________
  84. AWT MODAL DIALOG BUG - Calls to the hide() method in the Win32 version 
  85. of JDK 1.1.3 does not always hide the modal dialog.  This is a 
  86. regression of JDK 1.1.1.  This bug has been fixed in JDK 1.1.4 
  87. [Bug 4068651]
  88.  
  89. ______________
  90. AWT CURSOR BUG - In JDK 1.1.3, Frame.setCursor sometimes didn't update 
  91. the cursor until the user moved the mouse. This bug has been fixed 
  92. in JDK 1.1.4.  [Bug 4040388]
  93.  
  94. ___________________
  95. AWT KEYBOARD EVENTS - Caps lock and Shift keyboard events did not 
  96. work properly on Win32 versions of JDK 1.1.3. This problem has been 
  97. fixed in JDK 1.1.4. [Bug 4067542]
  98.  
  99. ___________________
  100. AWT KEYBOARD EVENTS - In JDK 1.1.3, incorrect KeyPressed/Released 
  101. events were generated when using non-101 keyboards. This problems has 
  102. been fixed in JDK 1.1.4.  [Bug 4051910]
  103.  
  104. _________________________
  105. AWT WINDOW ACTIVATION BUG - In JDK 1.1.3, invisible windows could not 
  106. be activated, which caused applets to hang. This bug has been fixed 
  107. in JDK 1.1.4.  [Bug 4068536]
  108.  
  109. _____________________
  110. AWT COLOR SUPPORT BUG - Previous versions of JDK 1.1 did not correctly 
  111. handle 8-bit TrueColor. This problem has been corrected in JDK 1.1.4.
  112. [Bug 4061285]
  113.  
  114. _______
  115. JNI BUG - In JDK 1.1.4, the JNI_GetDefaultJavaVMInitArgs function has 
  116. been corrected to properly set the default system class path. In 
  117. previous versions of the JDK, the default system class path was set to 
  118. NULL.
  119.  
  120. ________________
  121. LOCALIZATION BUG - In the zh_TW.BIG5 locale, users could not input 
  122. Chinese characters into the text area. This problem has been fixed 
  123. in JDK 1.1.4.  [Bug 4053637]
  124.  
  125. ____________________
  126. java INTERPRETER BUG - In previous releases of JDK 1.1, the java 
  127. interpreter would allow a class file at /a/b/c.class to be invoked 
  128. from within the /a/b directory by the command "java c". This 
  129. behavior is incorrect and has been fixed in JDK 1.1.4. In JDK 1.1.4, 
  130. the fully qualified class name must be specified. For example, to 
  131. invoke the class /a/b/c.class, the command "java a.b.c" could be issued 
  132. from the parent directory of directory /a.
  133.  
  134. _________________
  135. jdb DEBUGGER BUGS - Several Java debugger problems are fixed in JDK 
  136. 1.1.4. In previous JDKs, the debugger could not print a static member 
  137. whose type was a string. Setting a breakpoint in a native method would 
  138. cause the debugger to crash. These debugger problems have been fixed 
  139. in JDK 1.1.4.  [Bugs 4064129, 4062582]
  140.  
  141.  
  142. =======================================================================
  143. Changes from JDK 1.1.2 to JDK 1.1.3
  144. -----------------------------------------------------------------------
  145.  
  146. JDK 1.1.3 is a bug-fix release to correct a localization problem in 
  147. the Solaris JDK 1.1.2. The following list summarizes changes in 
  148. JDK 1.1.3.
  149. ______________
  150. VERSION NUMBER - The version number for this release is "JDK1.1.3".
  151.  
  152. ________________
  153. LOCALIZATION BUG - In Solaris versions of JDK 1.1.2, the mechanism 
  154. for loading the ByteToCharConverter classes for non-8859_1 encodings 
  155. was broken. Characters in text areas of windows did not display 
  156. properly for non-English-language locales and non-Western European 
  157. locales. This problem did not exist in JDK 1.1.1. This bug has been 
  158. fixed in JDK 1.1.3.  [Bugs 4049223, 4055084]
  159.  
  160. ___________________________
  161. VERIFIER IMPLEMENTATION BUG - A bug in the JDK 1.1.2 verifier would 
  162. allow a type-unsafe applet to search and locate strings stored in the 
  163. browser's address space. This bug is not known to be present in 
  164. JDK 1.0.x. This bug has been fixed in JDK 1.1.3. [Bug 4059597]
  165.  
  166. ______________ 
  167. JAVA BEANS BUG - The method java.beans.BeanInfo.getMethodDescriptors() 
  168. did not return MethodDescriptors for all externally visible methods 
  169. in some situations. getMethodDescriptors() did not report methods 
  170. having no arguments when those methods were defined later in a class 
  171. than similarly named methods having arguments. This problem did not 
  172. exist in JDK 1.1.1. This bug has been fixed in JDK 1.1.3. [Bug 4056837]
  173.  
  174. _______________
  175. AWT REPAINT BUG - Synchronization problems with graphics in the 
  176. Win32 version of JDK 1.1.2 would cause graphics deadlocks or 
  177. crashes of the Java virtual machine in some situations. This problem 
  178. did not exist in JDK 1.1.1. This bug has been fixed in JDK 1.1.3.
  179. [Bugs 4049421, 4051303]
  180.  
  181. ________________
  182. java_g -prof BUG - The profiling option of the Java interpreter 
  183. did not work in the Win32 version of JDK 1.1.2. Using a command
  184. such as    C:\> java_g -prof MyClass     would cause the Java 
  185. virtual machine to crash. This problem did not exist in JDK 1.1.1. 
  186. This bug has been fixed in JDK 1.1.3. [Bug 4056944]
  187.  
  188. _______________________
  189. AWT FONTMETRICS SPEEDUP - Improvements have been made to AWT font 
  190. metrics in JDK 1.1.3, resulting in significant speedups for programs 
  191. such as HotJava that rely heavily on text rendering. 
  192. [Bug 4046795]
  193.  
  194. _________________
  195. AWT COMPONENT BUG - In the Windows version of JDK 1.1.2, a race 
  196. condition sometimes caused the HotJava browser to crash when disposing 
  197. components that were in the process of being shown. This bug has 
  198. been fixed in JDK 1.1.3.  [Bug 4051487]
  199.  
  200. ________________
  201. AWT GRAPHICS BUG - In the Windows version of JDK 1.1.2, multi-
  202. threaded access to Graphics objects sometimes resulted in dangling 
  203. pointers due to a race condition in awt_Graphics.cpp. This bug has 
  204. been fixed in JDK 1.1.3. [Bug 4049421]
  205.  
  206. ________________
  207. INPUT STREAM BUG - An InputStreamReader using the UTF8 encoding 
  208. produced an erroneous character stream with missing characters. 
  209. This bug has been fixed in JDK 1.1.3  [Bug 4059684]
  210.  
  211.  
  212. =======================================================================
  213. Changes from JDK 1.1.1 to JDK 1.1.2
  214. -----------------------------------------------------------------------
  215.  
  216. JDK 1.1.2 is a bug-fix release. The following is a list of important 
  217. bug fixes and other changes in JDK 1.1.2.
  218. ______________
  219. VERSION NUMBER - The version number for this release is "JDK1.1.2".
  220.  
  221. ____________
  222. VERIFIER BUG - The JDK 1.1.1 bytecode verifier did not check to 
  223. determine whether the number of arguments passed into a method is less 
  224. than the amount of memory allocated to local variables for that 
  225. method. There was no known security attack based on this bug. This bug 
  226. has been corrected in JDK 1.1.2.
  227.  
  228. ___________
  229. SIGNING BUG - In JDK 1.1.1, digitally signed code could be 
  230. manipulated to impersonate another digital signature from the list of 
  231. signers that are recorded in the Java runtime. This bug has been 
  232. fixed in JDK 1.1.2. [Bug 4048143]
  233.  
  234. _______
  235. DSA BUG - In JDK 1.1.1, the same default seed was used for every 
  236. invocation of DSA. This bug has been fixed in JDK 1.1.2. 
  237. [Bug 4050406]
  238.  
  239. ________________
  240. AWT MENU BUG FIX - Trying to add a pull-right cascade menu to a 
  241. PopupMenu in JDK 1.1.1 led to an exception. This problem did not 
  242. exist in JDK 1.1. This bug has been corrected in JDK 1.1.2.
  243. [Bug 4039089]
  244.  
  245. _________________________________
  246. AWT LIGHTWEIGHT COMPONENT BUG FIX - Mouse tracking events for 
  247. lightweight components were not being delivered in some situations. 
  248. This bug has been fixed in JDK 1.1.2.  [Bug 4038897]
  249.  
  250. ___________________
  251. AWT REPAINT BUG FIX - Some components were not being repainted 
  252. properly in some situations in JDK 1.1.1. This problem did not 
  253. exist in JDK 1.1. This bug has been fixed in JDK 1.1.2.
  254. [Bug 4040638]
  255.  
  256. __________________
  257. AWT DIALOG BUG FIX - Closing nested modal dialogs out of order would 
  258. cause parent to remain disabled in some cases. This bug has been fixed 
  259. in JDK1.1.2.  [Bug 4045610]
  260.  
  261. _________________
  262. AWT FOCUS BUG FIX - Setting default focus caused applets to hang in 
  263. some situations. This problem did not exist in JDK 1.1. This bug 
  264. has been fixed in JDK 1.1.2.  [Bug 4038896]
  265.  
  266. ____________________
  267. APPLETVIEWER BUG FIX - Trying to save an applet from the Appletviewer 
  268. led to an exception. This bug has been fixed in JDK 1.1.2.
  269. [Bug 4036537]
  270.  
  271. ________________
  272. DEBUGGER BUG FIX - The debugger "dump" command converted double 
  273. values to float values before displaying them. This bug has been fixed 
  274. in JDK 1.1.2.  [Bug 4046775]
  275.  
  276. _______________
  277. JAVADOC BUG FIX - The javadoc html output for interfaces repeated 
  278. the word "interface" in the signature. This bug has been fixed in 
  279. JDK 1.1.2.  [Bug 4041579]
  280.  
  281. __________________________
  282. JNI INVOCATION API CHANGES - To better support the JRE, the 
  283. Invocation API is extended in JDK 1.1.2 in a few minor ways. 
  284. The changes do not break any existing code. The JNI Native 
  285. Method Interface has not been changed. 
  286.  
  287. 1. The reserved0 field in the JDK1_1InitArgs structure has been
  288. renamed to "version." The JDK1_1InitArgs structure holds the
  289. initialization arguments to JNI_CreateJavaVM. Callers of 
  290. JNI_CreateJavaVM must set the version field to 0x00010001. 
  291. JNI_GetDefaultJavaVMInitArgs has been changed to return a "jint" 
  292. indicating whether the requested version is supported.
  293.  
  294. 2. The reserved1 field in the JDK1_1InitArgs structure has been
  295. renamed to "properties." This is a NULL-terminated array of 
  296. strings. Each string has the format:
  297.  
  298.             name=value
  299.  
  300. indicating a system property. (This facility corresponds to the -D
  301. option in the java command line.)
  302.  
  303. 3. In JDK 1.1.1, the thread calling DestroyJavaVM must be the only
  304. user thread in the VM. JDK 1.1.2 has lifted this restriction. If
  305. DestroyJavaVM is called when there is more than one user thread,
  306. the VM waits until the current thread is the only user thread, and
  307. then tries to destroy itself.
  308.  
  309. _________________________
  310. NEW jre COMMAND-LINE TOOL - The jre command-line tool is similar to 
  311. the java command-line tool, but is intended primarily for end users 
  312. who do not require the development-related options available with 
  313. the java tool. For more information on the jre tool, see 
  314. http://java.sun.com/products/jdk/1.1/docs/tooldocs/solaris/jre.html
  315. or http://java.sun.com/products/jdk/1.1/docs/tooldocs/win32/jre.html. 
  316. Source code for the jre tool can be found in the Windows JDK 1.1.2 
  317. directory tree in the jdk1.1.2\demo\jre\win32 folder. In the 
  318. Solaris JDK 1.1.2, jre source files can be found in the 
  319. jdk1.1.2/demo/jre/solaris directory.
  320.  
  321.  
  322. =======================================================================
  323. Changes from JDK 1.1_Final to JDK 1.1.1
  324. -----------------------------------------------------------------------
  325.  
  326. The following changes and bug fixes are in the JDK 1.1.1 final release.
  327. This is a bug fix release.
  328. ______________
  329. VERSION NUMBER - The version number for this release is "JDK1.1.1". 
  330.  
  331. _________
  332. BUG FIXES - This version contains the bug fixes listed at the 
  333.     web page mentioned above. 
  334.  
  335. ____________
  336. UTIL BUG FIX - Removed getMenu and getMenuBar methods from 
  337.     util.ResourceBundle class. [Bug 4036076]
  338.  
  339.     This bug fix is mentioned here because it fixes an API bug
  340.     in JDK 1.1.
  341.  
  342.     These two "convenience" methods were part of the beta release
  343.     and were mistakenly left in the final JDK 1.1 after we
  344.     discovered the design weakness they presented and decided to
  345.     remove them.  It is a bug that they were included in the 1.1
  346.     release, and you should not call these methods.   We have 
  347.     removed them in 1.1.1.  Being convenience methods, they are not 
  348.     essential, and alternate coding is simple.   
  349.  
  350.     To be more specific, the ResourceBundle class in JDK 1.1 
  351.     included the two methods:
  352.  
  353.     public final Menu getMenu(String key) 
  354.         throws MissingResourceException {
  355.              return (Menu) getObject(key);
  356.          }
  357.  
  358.      public final MenuBar getMenuBar(String key) 
  359.         throws MissingResourceException {
  360.              return (MenuBar) getObject(key);
  361.      }
  362.  
  363.     These "convenience" methods saved the user from having to
  364.     explicitly cast objects in a ResourceBundle that happened to 
  365.     be of type Menu or MenuBar, such as:
  366.     
  367.        (Menu)rb.getObject(key)
  368.     
  369.     The side effect was that by returning types Menu and MenuBar, this 
  370.     class referred to the awt package.  ResourceBundle is a relatively 
  371.     low level piece of the core however while AWT is a relatively high 
  372.     level piece. This dependency caused a number of problems.  Most 
  373.     notably it did not allow a Java runtime environment to be created 
  374.     that omitted the AWT package (such as in a server).
  375.     
  376.     Removing this dependency on AWT required removing these APIs 
  377.     completely from ResourceBundle.  This change, of course, breaks 
  378.     code that calls these methods.  The upside is that these two APIs 
  379.     were of very little marginal value.  They simply saved the user 
  380.     the effort of typing an explicit cast. Furthermore, since these
  381.     two methods were new at 1.1, they have not been available for
  382.     very long. 
  383.  
  384. _____________________
  385. AWT COMPONENT BUG FIX - Changed the field java.awt.Component.locale
  386.     from protected to private.  
  387.  
  388.     The locale field is accessible through getLocale() and 
  389.     setLocale() methods, and all code should be using those.  
  390.     This change is necessary to support future development of 
  391.     the lightweight framework.
  392.  
  393. ________________________
  394. AWT DATATRANSFER BUG FIX - Corrected the MIME type for DataFlavor.
  395.     [Bug 4037854]
  396.  
  397.     In JDK 1.1, java.awt.datatransfer.DataFlavor used the wrong MIME
  398.     type.  DataFlavor claimed that the MIME type for a java 
  399.     serialized object was: 
  400.  
  401.        application/x-javaserializedobject 
  402.  
  403.     This name is inconsistent with other existing names and common
  404.     conventions. The name has been corrected by adding hypens to it, 
  405.     as follows:
  406.  
  407.        application/x-java-serialized-object 
  408.  
  409.     This makes it consistent with: 
  410.  
  411.        application/java-vm 
  412.        application/x-java-vm 
  413.        application/x-java-archive 
  414.  
  415. ____________
  416. FONT CHANGES - Times, Helvetica, and Courier are now mapped to
  417.     Latin1 characters.
  418.  
  419.     Times, Helvetica, and Courier fonts are no longer mapped to 
  420.     non-Latin1 classes of fonts, such as Symbol or ZapfDingabats.
  421.     These three fonts are now mapped to Latin1 characters, just like
  422.     they were in version 1.0.
  423.  
  424.     If you want to have non-Latin1 characters, you must map fonts
  425.     such as Symbol and ZapfDingabats to the Java virtual fonts.  These
  426.     virtual font classes are Serif, Sans-serif, Monospaced, Dialog, 
  427.     and DialogInput.
  428.     
  429.  
  430. ===================================================================
  431. Changes from JDK 1.1beta3 to JDK 1.1_Final
  432. -------------------------------------------------------------------
  433.  
  434. The following changes and bug fixes are in the JDK 1.1 final release.
  435.  
  436. ______________
  437. VERSION NUMBER - The version number for this release is "JDK1.1_Final". 
  438.     Throughout the documentation we call it simply "JDK1.1"
  439.  
  440. ____________
  441. TEXT CHANGES - Extensive surface changes to Text package
  442.  
  443.     The following extensive changes in the Text package are the
  444.     result of a design review recently carried out to
  445.     simplify, rationalize and properly abstract the 
  446.     internationalization API.  We realized this would 
  447.     make a significant improvement in learning and using 
  448.     internationalization in Java.  
  449.  
  450.     The changes involve mostly surface changes, such as 
  451.     renaming and moving API, and changing the order of arguments,
  452.     to better conform with conventions established with the rest
  453.     of Java.
  454.  
  455. ____________
  456. TEXT CHANGES - CharacterIterator
  457.  
  458.     Removed getText method. CharacterIterators are intended to allow 
  459. character
  460.     at a time access to text without exposing how the text is actually 
  461. stored.
  462.     It is expected that some CharacterIterators will operate on text 
  463. that can
  464.     not easily or efficiently be stored as a String. Accessing the text 
  465. as a
  466.     whole should be the responsibility of the text object.
  467.  
  468.     Rename startIndex to getBeginIndex and rename endIndex to
  469.     getEndIndex. This is to follow established naming patterns for 
  470. getters and
  471.     setters as well as java.lang.String's convention for identifying 
  472. ranges in
  473.     text.
  474.  
  475. ____________
  476. TEXT CHANGES - ChoiceFormat
  477.  
  478.     Changed the constructor to take an array of Strings rather than an 
  479. array
  480.     of Objects.  String were the only type that made sense in this 
  481. context.
  482.  
  483.     Changed the setChoices method to take an array of Strings rather 
  484. than an
  485.     array of Objects.  String were the only type that made sense in 
  486. this
  487.     context.  
  488.  
  489.     Added applyPattern and toPattern methods similar to the methods on 
  490. other 
  491.     Format classes.
  492.  
  493.     Changed the format methods to take a FieldPosition rather than a
  494.     FormatStatus argument. See the change description for FormatStatus.
  495.     
  496.     Changed the parse method to take a ParsePosition rather than a 
  497. ParseStatus
  498.     argument. See the change description for ParseStatus.
  499.     
  500.     Added clone, hashCode and equals methods.  These are standard 
  501. overrides
  502.     and do not change the semantics.
  503.  
  504. ____________
  505. TEXT CHANGES - Collation
  506.  
  507.     Renamed class "Collator".  It was not clear from the old name 
  508. whether this
  509.     class actually did collation or simply represented a set of 
  510. collation
  511.     rules.  The new name makes it clear that the class performs string
  512.     comparisons.
  513.     
  514.     Removed the constants LESS, EQUAL and GREATER. Changed the compare 
  515. methods
  516.     to return the int value -1, 0 or 1 instead of LESS, EQUAL or 
  517. GREATER. This
  518.     follows the pattern used by the java.lang.String.compareTo method.
  519.     
  520.     Removed the greater and greaterOrEqual methods.  The same 
  521. information is
  522.     provided by the compare method.  Having only a compare and and 
  523. equals 
  524.     method mimics the comparison API provided by java.lang.String.
  525.     
  526.     Removed the compare(String, int, int, String, int, int) version of 
  527. the
  528.     compare method and the getSortKey(String, int, int) version of the
  529.     getSortKey method. A recent change to String.substring makes the 
  530. substring
  531.     operation efficient. Users can use String.substring to specify a 
  532. substring
  533.     rather than requiring methods to provide substring variants. 
  534. Slimming the
  535.     API makes it easier to learn.
  536.     
  537.     Changed the type of public constants from byte to int.  Changed the
  538.     getStrength and getDecomposition methods to return int instead of 
  539. byte.
  540.     Changed the setStrength and setDecomposition methods to accept int
  541.     arguments instead of byte.  Although the byte type provides a small 
  542. amount
  543.     of type safety, using ints for constants is more in keeping with 
  544. the rest
  545.     of the JDK.  The affected constants are:
  546.     
  547.      byte PRIMARY = 0;                 ==>    int PRIMARY = 0;                
  548.      byte SECONDARY = 1;               ==>    int SECONDARY = 1;              
  549.      byte TERTIARY = 2;                ==>    int TERTIARY = 2;               
  550.      byte IDENTICAL = 3;               ==>    int IDENTICAL = 3;              
  551.      byte NO_DECOMPOSITION = 0;        ==>    int NO_DECOMPOSITION = 0;       
  552.      byte CANONICAL_DECOMPOSITION = 1; ==>    int 
  553. CANONICAL_DECOMPOSITION = 1;
  554.      byte FULL_DECOMPOSITION = 2;      ==>    int FULL_DECOMPOSITION = 
  555. 2;     
  556.     
  557.     Removed the getDisplayName methods.  These returned the same result 
  558. as
  559.     the corresponding Locale.getDisplayName method calls.  Until we 
  560. have more
  561.     useful data, its better not to have these methods in the API.
  562.     
  563.     Provided a concrete equals method.  This allows sub-classes to 
  564. correctly
  565.     implement the equals method.
  566.     
  567.     Renamed getSortKey method to getCollationKey.  See the change 
  568. description
  569.     for getSortKey.
  570.     
  571.     Renamed getDefault methods to getInstance.  This follows new naming 
  572. pattern
  573.     for factory methods.
  574.  
  575. ____________
  576. TEXT CHANGES - CollatedString
  577.  
  578.     Removed this class.  Its purpose was to associate a String with its
  579.     CollationKey. CollationKey has been changed retain a reference to 
  580. the 
  581.     String it was generated from.  This allows us to reduce the size of 
  582. the 
  583.     API.
  584.  
  585. ____________
  586. TEXT CHANGES - CollationElementIterator
  587.  
  588.     Removed the public constructor. CollationElementIterators are 
  589. created by
  590.     RuleBasedCollator objects.  This was expressed by handing a
  591.     RuleBasedCollator object to the constructor.  This connection is 
  592. more
  593.     obvious if the CollationElementIterator can only be created by a 
  594. factory
  595.     method on RuleBasedCollator.
  596.  
  597.     Made the values returned by the next method directly comparable.  
  598. This is
  599.     not an API change but a semantic change for the next method.
  600.     
  601. ____________
  602. TEXT CHANGES - DateFormat
  603.  
  604.     Made the constructor protected.  DateFormat is an abstract class so 
  605. it
  606.     doesn't need a public constructor.
  607.     
  608.     Removed the getDisplayName methods.  These returned the same result 
  609. as
  610.     the corresponding Locale.getDisplayName method calls.  Until we 
  611. have more
  612.     useful data, its better not to have these methods in the API.
  613.     
  614.     Added a style called MEDIUM that does what DEFAULT does now. For 
  615. this
  616.     release, MEDIUM and DEFAULT have the same effect.  In future, the 
  617. meaning 
  618.     of DEFAULT will be determined from the locale data. This is a more 
  619.     logical organization of the style choices.
  620.     
  621.     Changed the format methods to take a FieldPosition rather than a
  622.     FormatStatus argument. See the change description for FormatStatus.
  623.     
  624.     Changed the parse and parseObject methods to take a ParsePosition 
  625. rather
  626.     than a ParseStatus argument. See the change description for 
  627. ParseStatus.
  628.     
  629.     Renamed the getTimeFormat methods to getTimeInstance.  Renamed the
  630.     getDateFormat methods to getDateInstance.  Renamed the 
  631. getDateTimeFormat
  632.     methods to getDateTimeInstance.  This follows new naming pattern
  633.     for factory methods.
  634.     
  635.     Added a getInstance() factory method that does the same thing as
  636.     getDateTimeFormat(SHORT,SHORT) previously did. This follows the 
  637. pattern 
  638.     for factories which provides for a getInstance() that returns a 
  639. default 
  640.     value to be always available.
  641.     
  642.     Renamed getValidationMode to isLenient.  Renamed setValidationMode 
  643. to
  644.     setLenient. These names are more descriptive.
  645.     
  646.     Change the type of public constants from byte to int.  Although the 
  647. byte
  648.     type provides a small amount of type safety, using ints for 
  649. constants is
  650.     more in keeping with the rest of the JDK. Also rename constants to 
  651. follow
  652.     the naming convention uses by JDK.  The results are:
  653.     
  654.      byte ERA_FIELD = 0;               ==> int ERA_FIELD = 0;
  655.      byte YEAR_FIELD = 1;              ==> int YEAR_FIELD = 1;
  656.      byte MONTH_FIELD = 2;             ==> int MONTH_FIELD = 2;
  657.      byte DATE_FIELD = 3;              ==> int DATE_FIELD = 3;
  658.      byte HOUROFDAY1_FIELD = 4;        ==> int HOUR_OF_DAY1_FIELD = 4;
  659.      byte HOUROFDAY0_FIELD = 5;        ==> int HOUR_OF_DAY0_FIELD = 5;
  660.      byte MINUTE_FIELD = 6;            ==> int MINUTE_FIELD = 6;
  661.      byte SECOND_FIELD = 7;            ==> int SECOND_FIELD = 7;
  662.      byte MILLISECOND_FIELD = 8;       ==> int MILLISECOND_FIELD = 8;
  663.      byte DAYOFWEEK_FIELD = 9;         ==> int DAY_OF_WEEK_FIELD = 9;
  664.      byte DAYOFYEAR_FIELD = 10;        ==> int DAY_OF_YEAR_FIELD = 10;
  665.      byte DAYOFWEEKINMONTH_FIELD = 11; ==> int 
  666. DAY_OF_WEEK_IN_MONTH_FIELD = 11;
  667.      byte WEEKOFYEAR_FIELD = 12;       ==> int WEEK_OF_YEAR_FIELD = 12;
  668.      byte WEEKOFMONTH_FIELD = 13;      ==> int WEEK_OF_MONTH_FIELD = 
  669. 13;
  670.      byte AMPM_FIELD = 14;             ==> int AM_PM_FIELD = 14;
  671.      byte HOUR1_FIELD = 15;            ==> int HOUR1_FIELD = 15;
  672.      byte HOUR0_FIELD = 16;            ==> int HOUR0_FIELD = 16;
  673.      byte TIMEZONE_FIELD = 17;         ==> int TIMEZONE_FIELD = 17;
  674.     
  675. ____________
  676. TEXT CHANGES - DateFormatData
  677.  
  678.     Renamed class to DateFormatSymbols.  This makes its purpose as a 
  679. set of
  680.     strings and symbols to be used in formatting clearer.
  681.     
  682.     Removed the millisPerHour protected field.  This was not an 
  683. appropriate
  684.     field in a collection of formatting symbols.
  685.     
  686.     Renamed getAmpms to getAmPmStrings.  Renamed setAmpms to 
  687. setAmPmStrings. 
  688.     The new names follow the capitalization standard and are clearer.
  689.     
  690.     Removed methods useLocalizedPattern and setPatternLocalized.  This
  691.     functionality can be obtained through the toLocalizedPattern and
  692.     applyLocalizedPattern methods of SimpleDateFormat. These methods 
  693. were not
  694.     appropriate in a collection of formatting symbols.
  695.     
  696. ____________
  697. TEXT CHANGES - DecimalFormat
  698.  
  699.     Renamed getThousandsInterval and setThousandsInterval methods to
  700.     getGroupingSize and setGroupingSize.  The new names are clearer.
  701.     
  702.     Renamed getFactor and setFactor methods to getMultiplier and 
  703. setMultiplier.
  704.     The new names are clearer.
  705.     
  706.     Changed the constructor that takes a NumberFormatData to use a
  707.     DecimalFormatSymbols object instead. See the change description for
  708.     NumberFormatData. 
  709.     
  710.     Added a constructor that takes just a String and figures out the 
  711. correct
  712.     DecimalFormatSymbols for the default locale.  This fills in the 
  713. telescope
  714.     pattern for constructors.
  715.     
  716.     Renamed getPattern method to toPattern. Also removed the boolean 
  717. argument
  718.     and instead added a toLocalizedPattern method. The new name better
  719.     reflects the fact that there is no "pattern" property, but rather a
  720.     pattern string is constructed that matches the current state of the
  721.     DecimalFormat object. Splitting the method into two allows many 
  722. users to
  723.     ignore the existence of toLocalizedPattern.
  724.     
  725.     Renamed setPattern method to applyPattern. Also removed the boolean 
  726.     argument and instead added an applyLocalizedPattern method. The new 
  727.     name better reflects the fact that there is no "pattern" property, 
  728.     but rather a pattern string is used to set the state of the 
  729. DecimalFormat 
  730.     object. Splitting the method into two allows many users to ignore 
  731. the 
  732.     existence of applyLocalizedPattern.
  733.     
  734.     Removed the "*" and "_" characters from the pattern syntax.  This 
  735. is not
  736.     strictly an api change but it is a semantic change.  These 
  737. characters were
  738.     of limited use the way they were implemented.
  739.     
  740.     Changed the format methods to take a FieldPosition rather than a
  741.     FormatStatus argument. See the change description for FormatStatus.
  742.     
  743.     Changed the parse method to take a ParsePosition rather than a
  744.     ParseStatus argument. See the change description for ParseStatus.
  745.     
  746.     Renamed getNumberFormatData to getDecimalFormatSymbols and changed 
  747. its
  748.     return type to DecimalFormatSymbols.  Renamed setNumberFormatData 
  749. to
  750.     setDecimalFormatSymbols and changed its argument type to
  751.     DecimalFormatSymbols.  See the change description for 
  752. NumberFormatData.
  753.     
  754. ____________
  755. TEXT CHANGES - Format
  756.     
  757.     Changed the format method to take a FieldPosition rather than a 
  758.     FormatStatus argument. See the change description for FormatStatus.
  759.     
  760.     Changed the parseObject method to take a ParsePosition rather than 
  761. a
  762.     ParseStatus argument. See the change description for ParseStatus.
  763.  
  764. ____________
  765. TEXT CHANGES - FormatException
  766.  
  767.     Renamed class to ParseException.  This better reflects its purpose.
  768.     
  769.     Removed the no argument constructor.  This constructor was not 
  770. useful.
  771.  
  772. ____________
  773. TEXT CHANGES - FormatStatus
  774.  
  775.     Renamed class to FieldPosition.  This better reflects its purpose 
  776. as an
  777.     object which describes where sub-fields are located in a formatted 
  778. string.
  779.     
  780.     Replaced public integer fields with getter methods.  Adjusted names 
  781. to
  782.     match pattern for indicating ranges in text.  The result:
  783.     
  784.      int alignField   ==> int getField()
  785.      int alignStart   ==> int getBeginIndex()
  786.      int alignEnd     ==> int getEndIndex()
  787.     
  788.     Replaced no argument constructor with a constructor that sets the 
  789. field.
  790.     A field value must always be set so this prevents invalid objects.  
  791.     It is also more convenient than doing it in two steps.
  792.     
  793. ____________
  794. TEXT CHANGES - MessageFormat
  795.  
  796.     Redesigned the syntax for message patterns to allow inlining of 
  797. other
  798.     pattern strings, such as date patterns, number patterns, choice 
  799. patterns
  800.     etc. This is not itself an API change but is a big semantic 
  801. difference.
  802.     This change allows complete message formats to be created in fewer 
  803. steps.
  804.  
  805.     Removed the constructor that took a String and a Format array.  
  806. This was
  807.     not needed with the new inline pattern syntax.
  808.  
  809.     Added a setFormat method which allows a single format to be set at 
  810. a time
  811.     rather than requiring all formats to be specified like the 
  812. setFormats
  813.     method. This is more convenient given the inline pattern syntax.
  814.  
  815.     Removed the format method that took a String, a Format array and an 
  816. Object
  817.     array.  It was not necessary with the new inline pattern syntax.
  818.  
  819.     Changed the parse method that takes a single String argument to 
  820. return an
  821.     array of Objects rather than a single Object.  This makes more 
  822. sense given
  823.     the fact that a message may have many objects embedded in it.
  824.     
  825.     Changed the format methods to take a FieldPosition rather than a
  826.     FormatStatus argument. See the change description for FormatStatus.
  827.     
  828.     Changed the parse method to take a ParsePosition rather than a 
  829. ParseStatus
  830.     argument. See the change description for ParseStatus.
  831.     
  832.     Renamed getPattern method to toPattern. The new name better 
  833. reflects the
  834.     fact that there is no "pattern" property. Rather a pattern string 
  835. is
  836.     constructed that matches the current state of the MessageFormat 
  837. object.
  838.     
  839.     Renamed setPattern method to applyPattern. The new name better 
  840. reflects
  841.     the fact that there is no "pattern" property. Rather a pattern 
  842. string is
  843.     used to set the state of the MessageFormat object.
  844.  
  845.     Added setLocale and getLocale methods.
  846.  
  847. ____________
  848. TEXT CHANGES - NumberFormat
  849.  
  850.     Renamed getDefaultCurrency to getCurrencyInstance.  Renamed
  851.     getDefaultPercent to getPercentInstance.  Added a getNumberInstance
  852.     factory.  Rename getDefault to getInstance.  This follows the 
  853. naming
  854.     pattern for factories.
  855.     
  856.     Removed getCurrencySymbol and getIntlCurrencySymbol methods. These 
  857. will be
  858.     added to a more appropriate class in a future release.
  859.     
  860.     In the methods called 
  861. {get|set}{Minimum|Maximum}{Integer|Decimal}Count,
  862.     rename the word Count to Digits and the word Decimal to Fraction.  
  863. These
  864.     names are clearer.
  865.     
  866.     Remove the methods isDecimalUsedWithInteger and
  867.     setDecimalUsedWithInteger. These methods are now found in 
  868. DecimalFormat
  869.     under the names isDecimalSeparatorAlwaysShown
  870.     setDecimalSeparatorAlwaysShown.
  871.     
  872.     Renamed setIntegerOnly to setParseIntegerOnly. Renamed 
  873. isIntegerOnly to
  874.     isParseIntegerOnly.
  875.     
  876.     Renamed {is|set}ThousandsUsed to {is|set}GroupingUsed.
  877.     
  878.     Removed the getDisplayName methods.  These returned the same result 
  879. as
  880.     the corresponding Locale.getDisplayName method calls.  Until we 
  881. have more
  882.     useful data, its better not to have these methods in the API.
  883.     
  884.     Renamed DECIMAL_FIELD to FRACTION_FIELD. Also changed its type from 
  885. byte
  886.     to int. This name is more general. Use of ints as constants is 
  887. standard
  888.     practice.
  889.     
  890.     Removed NUMERATOR_FIELD, DENOMINATOR_FIELD and EXPONENT_FIELD. This
  891.     functionality was not supported in this release.
  892.  
  893. ____________
  894. TEXT CHANGES - NumberFormatData
  895.  
  896.     Renamed class DecimalFormatSymbols. This makes its purpose as a set 
  897. of
  898.     strings and symbols to be used in formatting clearer.
  899.     
  900.     Added a default constructor which constructs an object suitable for 
  901. the
  902.     default locale.  Added a constructor which takes a locale.  These 
  903. follow 
  904.     the pattern set by DateFormatSymbols.
  905.     
  906.     Removed starDigit, spaceDigit and exponential fields.  This 
  907. functionality 
  908.     is not being supported by DecimalFormat.
  909.     
  910.     Changed public fields to getter/setter methods.  Adjusted the names 
  911. of the
  912.     methods for clarity.  The results are:
  913.     
  914.      char zeroDigit;         ==> getZeroDigit(), setZeroDigit()        
  915.      char thousandsSign;     ==> getGroupingSeparator(), 
  916. setGroupingSeparator()
  917.      char decimalSign;       ==> getDecimalSeparator(), 
  918. setDecimalSeparator()
  919.      char millePercent;      ==> getPerMill(), setPerMill()               
  920.      char percent;           ==> getPercent(), setPercent()               
  921.      char digit;             ==> getDigit(), setDigit()               
  922.      char separator;         ==> getPatternSeparator(), 
  923. setPatternSeparator() 
  924.      java.lang.String infinity; ==> getInfinity(), setInfinity()    
  925.      java.lang.String nan;   ==> getNaN(), setNaN()
  926.      char minusSign;         ==> getMinusSign(), setMinusSign()    
  927.     
  928.     Removed the static final char fields.  These were not appropriate 
  929. for a
  930.     collection of locale specific number formatting fields.  They were 
  931. also 
  932.     of little use outside the implementation of DecimalFormat. The 
  933. removed 
  934.     fields are:
  935.     
  936.      static final char patternZeroDigit = 48;
  937.      static final char patternThousandsSign =
  938.      static final char patternDecimalSign = 4
  939.      static final char patternMillePercent = 
  940.      static final char patternPercent = 37;  
  941.      static final char patternDigit = 35;    
  942.      static final char patternStarDigit = 42;
  943.      static final char patternSpaceDigit = 95
  944.      static final char patternSeparator = 59;
  945.  
  946. ____________
  947. TEXT CHANGES - ParseStatus
  948.  
  949.     Renamed class ParsePosition.  This better reflects its purpose as 
  950. an object
  951.     which shows where parsing starts and stops.
  952.     
  953.     Removed no argument constructor. This was redundant and of no real
  954.     convenience.
  955.     
  956.     Changed public field startAt to a getter/setter method pair.  Also
  957.     adjusted names of the methods to suit the naming pattern for 
  958. indicating
  959.     characters in a String.  The results:
  960.     
  961.       startAt   ==> getIndex(), setIndex()
  962.  
  963. ____________
  964. TEXT CHANGES - SimpleDateFormat
  965.  
  966.     Changed the format method to take a FieldPosition rather than a 
  967.     FormatStatus argument. See the change description for FormatStatus.
  968.     
  969.     Changed the parse method to take a ParsePosition rather than a 
  970. ParseStatus
  971.     argument. See the change description for ParseStatus.
  972.     
  973.     Changed the constructor which took a DateFormatData object to use a
  974.     DateFormatSymbols object instead.  See the change description for
  975.     DateFormatData.
  976.     
  977.     Renamed getDateFormatData and setDateFormatData to 
  978. getDateFormatSymbols 
  979.     and setDateFormatSymbols. See the change description for 
  980. DateFormatData.
  981.     
  982.     Renamed getPattern method to toPattern. Also removed the boolean 
  983. argument 
  984.     and instead added a toLocalizedPattern method. The new name better 
  985.     reflects the fact that there is no "pattern" property, but rather a 
  986.     pattern string is constructed that matches the current state of the 
  987.     DecimalFormat object. Splitting the method into two allows many 
  988. users 
  989.     to ignore the existence of toLocalizedPattern.
  990.     
  991.     Renamed setPattern method to applyPattern. Also removed the boolean 
  992.     argument and instead added an applyLocalizedPattern method. The new 
  993.     name better reflects the fact that there is no "pattern" property, 
  994. but 
  995.     rather a pattern string is used to set the state of the 
  996. DecimalFormat 
  997.     object. Splitting the method into two allows many users to ignore 
  998. the 
  999.     existence of applyLocalizedPattern.
  1000.  
  1001.     Added a convenience no argument constructor.
  1002.  
  1003. ____________
  1004. TEXT CHANGES - SortKey
  1005.  
  1006.     Renamed class CollationKey.  This keeps the terminology consistent 
  1007. with
  1008.     the other collation classes.
  1009.     
  1010.     Added getSourceString method.  This returns the string that this 
  1011.     CollationKey represents. This allows the removal of the 
  1012. CollatedString 
  1013.     class.
  1014.     
  1015.     Added a toByteArray method that returns a byte[] containing the 
  1016. key. 
  1017.     
  1018.     Changed compareTo method to return int rather than byte.  This 
  1019. follows the
  1020.     pattern set by java.lang.String.compareTo.
  1021.     
  1022. ____________
  1023. TEXT CHANGES - StringCharacterIterator
  1024.  
  1025.     Added the following convenience constructor:
  1026.     
  1027.       public StringCharacterIterator(String text, int begin, int end, 
  1028. int pos) 
  1029.     
  1030.     Renamed startIndex method to getBeginIndex.  Renamed endIndex 
  1031. method to
  1032.     getEndIndex. These names are consistent with the pattern for 
  1033. indicating 
  1034.     ranges in strings.
  1035.     
  1036.     Removed the getText method.  See the change description for 
  1037.     CharacterIterator.
  1038.  
  1039. ____________
  1040. TEXT CHANGES - TableCollation
  1041.  
  1042.     Renamed class RuleBasedCollator.  It was not clear from the old 
  1043. name 
  1044.     whether this class actually did collation or simply represented a 
  1045. set 
  1046.     of collation rules.  The new name makes it clear that the class 
  1047. performs 
  1048.     string comparisons. It also avoids the impression that this class 
  1049.     collates tables.
  1050.     
  1051.     Renamed getSortKey method to getCollationKey.  See the change 
  1052. description 
  1053.     for SortKey. 
  1054.     
  1055.     Removed the getSortKey method that operated on a substring of a 
  1056. given 
  1057.     String.  A recent change to String.substring makes the substring 
  1058.     operation efficient. Users can use String.substring to specify a 
  1059.     substring rather than requiring methods to provide substring 
  1060. variants. 
  1061.     Slimming the API makes it easier to learn.
  1062.     
  1063.     Removed the compare method that operated on a substring of a given 
  1064. String. 
  1065.     A recent change to String.substring makes the substring operation
  1066.     efficient. Users can use String.substring to specify a substring 
  1067. rather 
  1068.     than requiring methods to provide substring variants. Slimming the 
  1069. API 
  1070.     makes it easier to learn.
  1071.     
  1072.     Changed compare to return an int value instead of a byte value.  
  1073. See 
  1074.     the change description for Collation.
  1075.     
  1076. ____________
  1077. TEXT CHANGES - TextBoundary
  1078.  
  1079.     Renamed class to BreakIterator.  This more clearly reflects its 
  1080. purpose.
  1081.     
  1082.     Renamed method nthFromCurrent to next(int). This is a less awkward 
  1083. name.
  1084.     
  1085.     Renamed method nextAfter to following.  This is a less awkward 
  1086. name.
  1087.     
  1088.     Changed the return type of getText to CharacterIterator.  Since
  1089.     BreakIterator works in terms of a CharacterIterator it didn't make 
  1090. sense
  1091.     to return a String.
  1092.     
  1093.     Renamed getWorkBreak methods to getWordInstance.  Renamed 
  1094. getLineBreak
  1095.     methods to getLineInstance. Renamed getCharacterBreak methods to
  1096.     getCharacterInstance. Renamed getSentenceBreak methods to
  1097.     getSentenceInstance.  This follows the naming pattern for factory 
  1098. methods.
  1099.  
  1100. ____________
  1101. UTIL CHANGES - Calendar
  1102.  
  1103.     Changed the type of the public constants from byte to int.  Changed 
  1104. the
  1105.     corresponding methods to accept and return ints instead of bytes.  
  1106. and
  1107.     getDecomposition methods to return int instead of byte.  Although 
  1108. the byte
  1109.     type provides a small amount of type safety, using ints for 
  1110. constants is 
  1111.     more in keeping with the rest of the JDK.  The results are:
  1112.   
  1113.      byte ERA = 0;                  ==>   int ERA = 0;                  
  1114.      byte YEAR = 1;                 ==>   int YEAR = 1;                 
  1115.      byte MONTH = 2;                ==>   int MONTH = 2;                
  1116.      byte WEEKOFYEAR = 3;           ==>   int WEEK_OF_YEAR = 3;         
  1117.      byte WEEKOFMONTH = 4;          ==>   int WEEK_OF_MONTH = 4;        
  1118.      byte DATE = 5;                 ==>   int DATE = 5;                 
  1119.      byte DAYOFMONTH = 5;           ==>   int DAY_OF_MONTH = 5;         
  1120.      byte DAYOFYEAR = 6;            ==>   int DAY_OF_YEAR = 6;          
  1121.      byte DAYOFWEEK = 7;            ==>   int DAY_OF_WEEK = 7;          
  1122.      byte DAYOFWEEKINMONTH = 8;     ==>   int DAY_OF_WEEK_IN_MONTH = 8; 
  1123.      byte AMPM = 9;                 ==>   int AM_PM = 9;                
  1124.      byte HOUR = 10;                ==>   int HOUR = 10;                
  1125.      byte HOUROFDAY = 11;           ==>   int HOUR_OF_DAY = 11;         
  1126.      byte MINUTE = 12;              ==>   int MINUTE = 12;              
  1127.      byte SECOND = 13;              ==>   int SECOND = 13;              
  1128.      byte MILLISECOND = 14;         ==>   int MILLISECOND = 14;         
  1129.      byte ZONEOFFSET = 15;          ==>   int ZONE_OFFSET = 15;         
  1130.      byte DSTOFFSET = 16;           ==>   int DST_OFFSET = 16;          
  1131.      byte FIELDCOUNT = 17;          ==>   int FIELD_COUNT = 17;         
  1132.                                            
  1133.      int get(byte);                 ==>   int get(int);
  1134.      set(byte,int);                 ==>   void set(int,int);
  1135.      void clear(byte);              ==>   void clear(int);
  1136.      void add(byte,int);            ==>   void add(int,int);     
  1137.      void roll(byte,boolean);       ==>   void roll(int,boolean);
  1138.      void setFirstDayOfWeek(byte);  ==>   void setFirstDayOfWeek(int);
  1139.      void setMinimalDaysInFirstWeek(byte);
  1140.                                     ==>   void 
  1141. setMinimalDaysInFirstWeek(int);
  1142.      int getMinimum(byte);          ==>   int getMinimum(int);         
  1143.      int getMaximum(byte);          ==>   int getMaximum(int);         
  1144.      int getGreatestMinimum(byte);  ==>   int getGreatestMinimum(int); 
  1145.      int getLeastMaximum(byte);     ==>   int getLeastMaximum(int);    
  1146.                                                
  1147.     
  1148.     Renamed getValidationMode to isLenient.  Renamed setValidationMode 
  1149. to
  1150.     setLenient. These names are more descriptive.
  1151.     
  1152.     Renamed the getDefault methods to getInstance.  This is in keeping 
  1153. with the
  1154.     pattern for naming factory methods.
  1155.  
  1156. ____________
  1157. UTIL CHANGES - GregorianCalendar
  1158.  
  1159.     Changed the type of the public constants from byte to int.  Changed 
  1160. the
  1161.     corresponding methods to accept and return ints instead of bytes.  
  1162. and
  1163.     getDecomposition methods to return int instead of byte.  Although 
  1164. the byte
  1165.     type provides a small amount of type safety, using ints for 
  1166. constants 
  1167.     is more in keeping with the rest of the JDK.  The results are:
  1168.      
  1169.      final byte AD = 0;           ==>      final int AD = 0; 
  1170.      final byte BC = 1;           ==>      final int BC = 1; 
  1171.     
  1172.      void add(byte,int);          ==>      void add(int,int);          
  1173.      void roll(byte,boolean);     ==>      void roll(int,boolean);       
  1174.      int getMinimum(byte);        ==>      int getMinimum(int);          
  1175.      int getMaximum(byte);        ==>      int getMaximum(int);          
  1176.      int getGreatestMinimum(byte);==>      int getGreatestMinimum(int);  
  1177.      int getLeastMaximum(byte);   ==>      int getLeastMaximum(int);     
  1178.                                      
  1179. ____________
  1180. UTIL CHANGES - ResourceBundle
  1181.  
  1182.     Renamed getResourceBundle methods to getBundle.  The name
  1183.     getResourceBundle was too long and overly redundant.  The new name 
  1184. is not
  1185.     in keeping with the naming pattern for factory methods.  This is 
  1186. because
  1187.     the name "getInstance" is being reserved for a future addition to 
  1188. the
  1189.     resource bundle classes.
  1190.     
  1191. __________
  1192. AWT CHANGE -  Compiling programs that use old AWT API now produces
  1193.               deprecation warnings
  1194.  
  1195.     In the beta versions of 1.1, the deprecated methods in the AWT were
  1196.     marked with simple "DEPRECATED" strings in the method's javadoc
  1197.     comment.  For the final release we have added the appropriate
  1198.     "@deprecated" tags to those methods so that you can use the
  1199.     appropriate compiler option to generate warnings that make it
  1200.     easier for you to convert your programs when you desire to do so.
  1201.  
  1202.     The document at the following URL describes how to convert to the
  1203.     1.1 AWT API.  It also links to a document that lists every 
  1204. deprecated
  1205.     method and its 1.1 substitute.
  1206.  
  1207.     
  1208. http://java.sun.com/products/JDK/1.1/docs/guide/awt/HowToUpgrade.html
  1209.  
  1210.     RATIONALE:
  1211.  
  1212.     The bulk of the AWT deprecations are a result of migrating the AWT
  1213.     towards JavaBeans compliance.  In particular, the two areas which
  1214.     required a significant number of deprecations were:
  1215.  
  1216.     - Properties (location, size, visibility, etc.)
  1217.       In order for introspection to be able to programmatically extract
  1218.       properties from AWT components, it was necessary to change the
  1219.       names of various methods to the JavaBeans getFoo/setFoo pattern.
  1220.     
  1221.     - New event model
  1222.       JavaBeans and the AWT have defined a new delegation-based event
  1223.       model for 1.1 which required significant changes to the event
  1224.       handling API.
  1225.     
  1226.     Finally, a small set of deprecated methods were changed to enhance
  1227.     the learnability and consistency of the toolkit API.
  1228.  
  1229. __________
  1230. AWT CHANGE -  Z-ordering changed back to 1.0.2 order
  1231.  
  1232.     For beta3, the Z-ordering for children in Container instances was
  1233.     defined in the documentation to be "back to front".  Because this
  1234.     was contrary to the default Z-ordering which existed in 1.0.2 (and
  1235.     the beta implementation), for FCS we have corrected the Z-ordering
  1236.     specification in containers to be "front to back".
  1237.  
  1238. __________
  1239. AWT CHANGE -  Changed names of newly-added APIs:
  1240.  
  1241.     The following APIs have been renamed ( from old name => to new name 
  1242. ):
  1243.  
  1244.      AverageScaleFilter    =>    AreaAveragingScaleFilter
  1245.      createScaledImage(...)    =>    getScaledInstance(...)
  1246.      SCALE_AVERAGE        =>    SCALE_AREA_AVERAGING
  1247.  
  1248.     RATIONALE:
  1249.     The method name was changed to "getScaledInstance(...)" to be
  1250.     consistent with the overall philosophy within the Java API where
  1251.     factories and derivative constructors should follow the naming
  1252.     convention of
  1253.  
  1254.         get<Flavor>Instance(...arguments...)
  1255.  
  1256.     The term "Average" was not descriptive of the algorithm applied by
  1257.     the default smooth scaling filter, so the name of this filter and
  1258.     its algorithm were changed to "AreaAveraging" to indicate what
  1259.     quantity was being averaged.
  1260.  
  1261. __________
  1262. AWT CHANGE - Changed dispatchEvent() method and added new method
  1263.              dispatchEventImpl()
  1264.  
  1265.     The codepath in dispatchEvent() really must be executed for event
  1266.     mechanics to work properly in the AWT (hence we made it 
  1267.     package-private).  We moved the implementation to a new
  1268.     package-private method (dispatchEventImpl()) and then 
  1269.     changed dispatchEvent() to be "public final" and have it
  1270.     call dispatchEventImpl() internally.
  1271.  
  1272.     RATIONALE:
  1273.     We have deprecated the 1.0 postEvent()/deliverEvent() methods,
  1274.     however the method that replaces those (dispatchEvent()) is
  1275.     currently package-private.  This left no options for folks
  1276.     porting to the new event model.
  1277.  
  1278. __________
  1279. AWT CHANGE - Changed capitalization of getId() to getID() in
  1280.     java.awt.AWTEvent
  1281.  
  1282.     Changed the method name to getID() and provided a deprecated 
  1283. version
  1284.     for compatibility with the beta versions.
  1285.  
  1286.     RATIONALE:
  1287.     java.awt.AWTEvent.getID() is named in a manner inconsistent with 
  1288.     the equivalent methods in other classes:
  1289.     java.awt.MediaTracker.getID()
  1290.     java.util.TimeZone.getID()
  1291.     sun.rmi.registry.RegistryImpl.getID()
  1292.     sun.rmi.transport.DGCImpl.getID()
  1293.  
  1294.     Developers have had trouble because they expected the naming to 
  1295.     be consistent.  This fixes bug 4027793.
  1296.  
  1297. __________
  1298. AWT CHANGE - Changed EventQueue to be non-system-specific
  1299.  
  1300.   The following changes were made to EventQueue:
  1301.   
  1302.   1)  Moved the static getEventQueue() method out of EventQueue
  1303.       and instead put it in Toolkit with the name 
  1304. "getSystemEventQueue()".
  1305.       Left the security check in that method, so that applets 
  1306.       cannot get access to the system queue instance (see also #3).
  1307.   
  1308.   2)  Added a public constructor to the EventQueue class such that
  1309.       multiple instances of it can be created.  This will allow 
  1310. programs
  1311.       to create and use the queue generically, as well as enable 
  1312. browser
  1313.       vendors to implement a queue/dispatch-thread-per-applet model.
  1314.   
  1315.   3)  Removed the overriding checkAwtEventQueueAccess() method in the 
  1316.       AppletSecurityManager such that it will always default to
  1317.       invoking lang.SecurityManager.checkAwtEventQueueAccess()
  1318.       and will *always* throw a security exception if an applet tries
  1319.       to get a handle on the system event queue.
  1320.   
  1321.   4)  Modified the EventQueue documentation so that it's clear that
  1322.       the class is very generic.  All references to a "system
  1323.       EventQueue" have been eliminated.
  1324.  
  1325.     RATIONALE:
  1326.     This allows the implementation of one dispatch thread per applet.
  1327.     It also provides design flexibility for the future.
  1328.  
  1329. __________
  1330. AWT CHANGE - Removed EventSource class
  1331.  
  1332.     Removed this class because it has no relation to the new event 
  1333. model. 
  1334.  
  1335. __________
  1336. AWT CHANGE - Changed API for delivery of window-open and 
  1337.              window-closed events
  1338.  
  1339.     Moved the window event API (addWindowListener,removeWindowListener,
  1340.     etc.) from Dialog and Frame to Window (their superclass) so
  1341.     that the code is there in one place.  
  1342.  
  1343.     RATIONALE:
  1344.     Centralizing the code eliminates duplication and makes it easier 
  1345.     to maintain.
  1346.  
  1347. __________
  1348. AWT CHANGE - Changed return type from Transferable.getTransferData
  1349.  
  1350.     Transferable.getTransferData returns class BufferedInputStream.
  1351.  
  1352. __________
  1353. AWT CHANGE - MenuShortcut class no longer extends java.awt.Event.
  1354.  
  1355. __________
  1356. AWT CHANGE - Changed button modifier mask values in InputEvent:
  1357.         BUTTON2_MASK is now equivalent to ALT_MASK 
  1358.             BUTTON3_MASK is now equivalent to META_MASK
  1359.  
  1360.     RATIONALE:
  1361.     A couple of mask constants were incorrectly defined in the
  1362.     InputEvent class.  These event masks are new in JDK1.1.
  1363.     
  1364.     This change will ensure that programs that depend on seeing the
  1365.     BUTTON1_MASK and BUTTON2_MASK will continue to work properly on
  1366.     platforms that have 1 and 2 button mice (because Alt/Meta can be
  1367.     used to generate these masks on those systems).
  1368.  
  1369.     This fixes bug 4029159: Button2/Button3 masks should have same 
  1370.     value as Alt/Meta in InputEvent
  1371.     
  1372. __________
  1373. AWT CHANGE - Change to serialization of AWT components
  1374.  
  1375.     Made a systematic change to the way JDK1.1 AWT does serialization.
  1376.  
  1377.     RATIONALE:
  1378.     This change corrects bug #4027305, and provides more carefully 
  1379.     thought-out and rational behaviour for AWT serialization in 
  1380. general. 
  1381.  
  1382.     These changes enable customers to use serialization to store
  1383.     Java Beans (in general) and to enable AWT implementations 
  1384.     to correctly interoperate between vendors.
  1385.  
  1386.     Implications for developers:
  1387.   
  1388.       - Saving graphs of AWT objects will now work, even if an object
  1389.         has more than one listener.
  1390.   
  1391.       - If an AWT object has listeners that are marked serializable, 
  1392. they
  1393.         will be saved and restored automatically, such as beans 
  1394.         interconnected with and saved to a file with the BeanBox. 
  1395.         Note that the BeanBox always code-generates serializable 
  1396.         listener implementations.
  1397.       
  1398.       - If an AWT object has listeners that aren't marked serializable
  1399.         they will be dropped at writeObject() time.
  1400.   
  1401.       - Developers will need, as always, to consider the implications 
  1402. of
  1403.         making an object serializable.  One idiom to watch out for is 
  1404.         this:
  1405.   
  1406.         import java.awt.*;
  1407.         import java.awt.event.*;
  1408.         import java.io.Serializable;
  1409.   
  1410.         class MyApp implements ActionListener, Serializable
  1411.         {
  1412.           BigObjectThatShouldNotBeSeralizedWithAButton bigOne;
  1413.           Button aButton = new Button();
  1414.   
  1415.           MyApp()
  1416.           {
  1417.              // Oops, now aButton has a listener with a 
  1418.              // reference to bigOne!
  1419.              aButton.addActionListener(this);    
  1420.           }
  1421.   
  1422.           public void actionPerformed(ActionEvent e)
  1423.           {
  1424.             System.out.println("Hello There");
  1425.           }
  1426.         }
  1427.   
  1428.     In this example, serializing aButton by itself will cause MyApp and
  1429.     everything it refers to to be serialized as well.  The problem
  1430.     is that the listener is serializable by coincidence, not by design.
  1431.     To separate the decisions about MyApp and the ActionListener being 
  1432.     serializable one can use an inner (nested) class, for example:
  1433.   
  1434.     import java.awt.*;
  1435.     import java.awt.event.*;
  1436.     import java.io.Serializable;
  1437.   
  1438.     class MyApp java.io.Serializable
  1439.     {
  1440.       BigObjectThatShouldNotBeSeralizedWithAButton bigOne;
  1441.       Button aButton = new Button();
  1442.   
  1443.       class MyActionListener implements ActionListener
  1444.       {
  1445.         public void actionPerformed(ActionEvent e)
  1446.         {
  1447.       System.out.println("Hello There");
  1448.         }
  1449.       }
  1450.   
  1451.       MyApp()
  1452.       {
  1453.          aButton.addActionListener(new MyActionListener());
  1454.       }
  1455.     }
  1456.  
  1457. __________
  1458. AWT CHANGE - Added setKeyChar() method to KeyEvent
  1459.  
  1460.     KeyEvent had a setKeyCode() already. This new method was needed
  1461.     to copy any changes a 1.0 style program may have made
  1462.     to an Event "key".  This fix ensures that all chars work
  1463.     properly in TextFields, like hitting <return> in HotJava's URL 
  1464. field.
  1465.  
  1466. __________
  1467. AWT CHANGE - Changed PaintEvent class to use a rectangle for damaged 
  1468. area
  1469.  
  1470.     Replaced PaintEvent's "Graphics" property with a Rectangle 
  1471.     representing a damaged area instead.  
  1472.  
  1473.     RATIONALE:
  1474.     Although the PaintEvent class is public, its use in AWT 
  1475.     is completely private -- it is used to trigger calls to paint(), 
  1476.     but programs never explicitly see the event object at all.
  1477.  
  1478. __________
  1479. AWT CHANGE - Defined a new constant in AWTEvent:
  1480.         RESERVED_ID_MAX
  1481.  
  1482.     This new constant is the maximum value of any AWT-defined event ID.
  1483.     Programs that need to create their own event types should use
  1484.     an ID greater than this max ID, so that the event will be properly
  1485.     passed through the system.
  1486.  
  1487.     RATIONALE:
  1488.     This is part of the fix for a problem that prevented anyone from
  1489.     being able to create their own event type and send it to a
  1490.     component. 
  1491.  
  1492.     This fixes bug 4028353: eventEnabled returns false for all but 
  1493.     AWT events; can't send custom event types.
  1494.  
  1495. ____________
  1496. BEANS CHANGE - Improved handling of beans that are applets
  1497.  
  1498.     Changed Beans.instantiate to check if a newly created or 
  1499. deserialized
  1500.     bean is an Applet.  If so, it is given a minimal AppletStub and
  1501.     AppletContext and its init method is called.
  1502.  
  1503.     After developers have added a newly instantiated bean to an AWT
  1504.     container, they should check if it is an Applet and if so call
  1505.     Applet.start.
  1506.  
  1507.     Also, developers need to test "wanna-be" applet/beans against
  1508.     Beans.instantiate.
  1509.  
  1510. ____________
  1511. BEANS CHANGE - Serializable listener fix for Beans classes
  1512.  
  1513.     The java.beans package contains two utility classes, 
  1514.     PropertyChangeSupport and VetoableChangeSupport, that manage
  1515.     a list of event listeners.  The change was to make the way 
  1516.     these classes are serialized consistent with the AWT.
  1517.  
  1518.     RATIONALE
  1519.     In beta3 these two classes were inconsistent with the AWT,
  1520.     which meant there was no support for selectively saving and 
  1521.     restoring listeners marked serializable.  The changes are 
  1522.     all class private. 
  1523.  
  1524. _______________
  1525. SECURITY CHANGE - Key is now an interface
  1526.  
  1527.     Made Key an interface and updated relevant clients.  Removed all 
  1528.     implementation from Key to make it an interface. Moved its 
  1529.     implementation into sun.security.
  1530.  
  1531.     RATIONALE:
  1532.     Key as an interface is more flexible and easier to implement than 
  1533.     a mix of interfaces and classes.
  1534.  
  1535. _______________
  1536. SECURITY CHANGE - Changed names of factory methods
  1537.  
  1538.     Changed factory names from <Engine>.get<Engine> to get<Engine>.
  1539.  
  1540.     RATIONALE:
  1541.     Factory method names were MessageDigest.getMessageDigest, 
  1542.     Signature.getSignature, etc. A better naming scheme is 
  1543. Signature.get, 
  1544.     MessageDigest.get, etc. This is important when you start casting 
  1545. the 
  1546.     results to some fairly long interface names, for example:  
  1547.     DSAKeyGen keyGen = 
  1548. (DSAKeyGen)KeyGenerator.getKeyGenerator("DSA");
  1549.  
  1550. _______________
  1551. SECURITY CHANGE - Changed Provider SPI for java.security.Signature
  1552.     Initialization 
  1553.  
  1554.     The SPI is the Service Provider Interface, which Providers write 
  1555. to. 
  1556.     There currently are two providers: SUN and JSAFE.
  1557.  
  1558.     a) Changed the arguments to two initialization method in Signature
  1559.        from (byte[], String) to (Key)
  1560.     b) Made one method in key public.
  1561.     c) Added a small interface (no implementation): DSAPrivateKey
  1562.  
  1563.     Changed java.security.Signature and sun.security.provider.DSA.
  1564.  
  1565. _______________
  1566. SECURITY CHANGE- API changes to Signature, MessageDigest, and 
  1567.     KeyPairGenerator
  1568.  
  1569.     Signature
  1570.       public Signature get(String algorithm)     ->
  1571.       public Signature getInstance(String algorithm)
  1572.     
  1573.       public Signature get(String algorithm, String provider) ->
  1574.       public Signature getInstance(String algorithm, String provider)
  1575.  
  1576.     MessageDigest
  1577.       public MessageDigest get(String algorithm) ->
  1578.       public MessageDigest getInstance(String algorithm)
  1579.  
  1580.       public MessageDigest get(String algorithm, String provider) ->
  1581.       public MessageDigest getInstance(String algorithm, String 
  1582. provider)
  1583.  
  1584.     KeyPairGenerator
  1585.       public KeyPairGenerator get(String algorithm) ->
  1586.       public KeyPairGenerator getInstance(String algorithm)
  1587.     
  1588.       public KeyPairGenerator get(String algorithm, String provider) ->
  1589.       public KeyPairGenerator getInstance(String algorithm, String 
  1590. provider)
  1591.  
  1592. _______________
  1593. SECURITY CHANGE - Changed key generation API
  1594.  
  1595.     The change consisted of moving a set of existing methods from 
  1596.     Signature to a new KeyPairGenerator class.
  1597.  
  1598.     API change:
  1599.     a) Moved key generation calls from signature to a new
  1600.        KeyPairGenerator class
  1601.     b) Added a small DSAKeyPairGenerator interface, which specializes
  1602.        behavior for DSA key generation. 
  1603.  
  1604.     The change  consisted of moving 3 abstract API methods to a new 
  1605. class.
  1606.     - defined a KeyGenerator factory method (identical to
  1607.       Signature's).
  1608.     - added one line to ths sun.security.provider.DSA class.
  1609.     - added one line to ths sun.security.provider.Sun class.
  1610.     - updated API clients in JDK (there are two of them).
  1611.  
  1612.  
  1613.     RATIONALE:
  1614.     Customer feedback makes a strong case for moving the
  1615.     Signature class key generation calls into its own class. Key
  1616.     generation is currently implemented as part of the Signature
  1617.     class. While it provides a uniform, algorithm-independent
  1618.     key-generation semantics, it is hard to understand (and therefore 
  1619. to
  1620.     use). It has confused users both internally and externally.
  1621.   
  1622. __________
  1623. JAR CHANGE - Can now handle compressed JAR files in the CLASSPATH
  1624.  
  1625.     java.util.zip.ZipFile was enhanced so that it can now handle 
  1626.     compressed ZIP/JAR file entries. No changes to the API were made. 
  1627.     With this change, compressed JAR/ZIP files can now be handled
  1628.     by javac.
  1629.  
  1630.     Additionally, the runtime has also changed so that it can now
  1631.     handle compressed ZIP/JAR files that are specified in the 
  1632. CLASSPATH.
  1633.  
  1634. ___________
  1635. LANG CHANGE - Removed a constructor and two methods from 
  1636. java.lang.Throwable
  1637.  
  1638.     - Removed the Throwable(String, Object[]) constructor 
  1639.     - Removed the setArguments() method 
  1640.     - Removed the getArguments() method 
  1641.  
  1642.     RATIONALE:
  1643.     The arguments property was originally added to java.lang.Throwable 
  1644. for 
  1645.     use in the generation of localized messages.  This was deemed 
  1646. premature, 
  1647.     and so the property was removed in order to avoid tempting 
  1648. programmers 
  1649.     to use it for some other purpose.
  1650.  
  1651. _________
  1652. IO CHANGE - Deprecated constructor StreamTokenizer(InputStream)
  1653.  
  1654.     This fixed bug 4025998.
  1655.  
  1656.     RATIONALE:
  1657.     The StreamTokenizer(InputStream) constructor was not 
  1658. binary-compatible 
  1659.     with JDK 1.0.2.  This constructor was changed in JDK1.1 to convert 
  1660.     automatically from bytes to characters using the platform's default
  1661.     character encoding, but that change required buffering input data, 
  1662.     which breaks binary compatibility.  This change has been removed.
  1663.  
  1664. ____________________________
  1665. JAVA NATIVE INTERFACE CHANGE - Changed the names of VM initialization
  1666. and thread-attach structures
  1667.  
  1668.     Changed the JDK initialization structure name from JavaVMInitArgs 
  1669. to 
  1670.     JDK1_1InitArgs to make it clear that it is JDK1.1 specific.
  1671.  
  1672.     Similarly, ThreadAttachArgs has changed its name to 
  1673. JDK1_1AttachArgs.
  1674.  
  1675.     RATIONALE:
  1676.     When a native application uses the invocation API to start up
  1677.     the VM, it passes the VM an initialization structure. Since in
  1678.     general different VM implementations require different 
  1679.     initialization information (min/max heap size, native stack size,
  1680.     enable debugging, etc.), the JNI spec explicitly says
  1681.     that the contents of the structure vary among VM implementations.
  1682.     However, the JDK initialization structure, JavaVMInitArgs, gives 
  1683.     the wrong impression that it should work with other VMs. This has
  1684.     caused confusion on how to implement the JNI without conflicting
  1685.     with JDK's naming scheme.
  1686.  
  1687. ____________________________
  1688. JAVA NATIVE INTERFACE CHANGE - Changed NewStringUTF parameters
  1689.  
  1690.     Removed the length argument, strlen(s, from NewStringUTF().  The
  1691.     signature for this method is now:
  1692.  
  1693.     jstring NewStringUTF(JNIEnv *env, const char *s);
  1694.  
  1695.     RATIONALE:
  1696.     NewStringUTF constructs a Java string from a UTF string. Although 
  1697.     UTF strings are already 0-terminated, the function required an
  1698.     unnecessary length argument, forcing the programmer to write:
  1699.  
  1700.     NewStringUTF(env, s, strlen(s))
  1701.  
  1702.     instead of just:
  1703.  
  1704.     NewStringUTF(env, s) 
  1705.  
  1706. ____________________________
  1707. JAVA NATIVE INTERFACE CHANGE - Changed DeleteLocalRef and 
  1708. DeleteGlobalRef
  1709.  
  1710.     Now programmers can pass local or global references to 
  1711. DeleteLocalRef 
  1712.     and DeleteGlobalRef directly, instead of having to pass the address 
  1713.     of these references.
  1714.  
  1715.     RATIONALE:
  1716.     DeleteLocalRef and DeleteGlobalRef delete local or global 
  1717. references
  1718.     created by the JNI. They used to take the address of the reference,
  1719.     forcing programmers to write:
  1720.  
  1721.     DeleteLocalRef(&ref)
  1722.  
  1723.     now references are passed as follows:
  1724.  
  1725.     DeleteLocalRef(ref)
  1726.  
  1727. ____________________________
  1728. JAVA NATIVE INTERFACE CHANGE - Changed the "IsSubclassOf" function name
  1729.     to "IsAssignableFrom."
  1730.  
  1731.     RATIONALE:
  1732.     The following JNI (Java Native Interface) function was misnamed:
  1733.  
  1734.         jboolean IsSubclassOf(JNIEnv *env, jclass clazz1, 
  1735.                                            jclass clazz2);
  1736.  
  1737.     It did not match the Java Language Specification's definition 
  1738.     of the "subclass" relationship.
  1739.  
  1740.     The Reflection API has a similar method in java.lang.Class:
  1741.     
  1742.         boolean isAssignableFrom(Class class);
  1743.         
  1744.     This is a much more suitable name. The JNI function therefore 
  1745. changed 
  1746.     its name to:
  1747.     
  1748.         jboolean IsAssignableFrom(JNIEnv *env, jclass clazz1, 
  1749.                                                jclass clazz2);
  1750.  
  1751. ____________________________
  1752. JAVA NATIVE INTERFACE CHANGE - Change RegisterNatives so that it
  1753.     takes all the information in one array.
  1754.  
  1755.     RATIONALE:
  1756.     In beta3, the RegisterNatives function took three arrays
  1757.     containing native method names, signatures and function entry 
  1758.     pointers, respectively:
  1759.     
  1760.         jint RegisterNatives(JNIEnv env, jclass clazz, 
  1761.                const char *names[],
  1762.                const char *signatures[];
  1763.                void *nativeProcs[]);
  1764.          
  1765.     These arrays had to be of the same length, and had to be NULL-
  1766.     terminated. It's better to put all the info in a single array,
  1767.     and pass the length of the array as another argument:
  1768.     
  1769.         struct JNINativeMethod {
  1770.             char* name;
  1771.             char* signature;
  1772.             void* fnPtr;
  1773.         };
  1774.         typedef struct JNINativeMethod JNINativeMethod;
  1775.  
  1776.         void RegisterNatives(JNIEnv* env, jclass classID, 
  1777.                   const JNINativeMethod methods[], jsize count);
  1778.  
  1779.     Here's how code that uses this looks in FCS:
  1780.  
  1781.         JNINativeMethodSpec methods[] = {
  1782.             { "sin", "(D)D", &::sin },
  1783.             { "cos", "(D)D", &::cos },
  1784.             { "tan", "(D)D", &::tan }
  1785.         };
  1786.         env->RegisterNatives(env->FindClass("java/lang/Math"), methods, 
  1787. 3);
  1788.  
  1789.     Here's how the same code used to look in beta3:
  1790.  
  1791.         const char* names[] = { "sin", "cos", "tan", NULL };
  1792.         const char* signatures[] = { "(D)D", "(D)D", "(D)D", NULL };
  1793.         void* procs[] = { &::sin, &::cos, &::tan, NULL };
  1794.         env->RegisterNatives(env->FindClass("java/lang/Math"), 
  1795.                              names, signatures, proc);
  1796.     
  1797.     The former approach is clearer.
  1798.  
  1799. ____________________________
  1800. JAVA NATIVE INTERFACE CHANGE - Changed the typing scheme of references
  1801.     to Java objects.
  1802.  
  1803.     In JDK Beta 3, reference types are defined as follows:
  1804.  
  1805.     typedef void *jref;    /* generic type for references */
  1806.     typedef jref jobject;  /* Java objects */
  1807.     typedef jref jclass;   /* Java class objects */
  1808.     typedef jref jstring;  /* Java strings */
  1809.     typedef jref jarray;   /* Java arrays */
  1810.  
  1811.     The distinction between jref and jobject was not clear. In 1.1 FCS,
  1812.     we got rid of jref, and introduced additional reference types to 
  1813. more
  1814.     accurately convey the subtyping information. We introduced dummy 
  1815. C++
  1816.     classes to enforce the subtyping relationships:
  1817.  
  1818.     #ifdef __cplusplus
  1819.  
  1820.     class _jobject {};
  1821.     class _jclass : public _jobject {};
  1822.     class _jthrowable : public _jobject {};
  1823.     class _jstring : public _jobject {};
  1824.     class _jarray : public _jobject {};
  1825.     class _jbooleanArray : public _jarray {};
  1826.     class _jbyteArray : public _jarray {};
  1827.     class _jcharArray : public _jarray {};
  1828.     class _jshortArray : public _jarray {};
  1829.     class _jintArray : public _jarray {};
  1830.     class _jlongArray : public _jarray {};
  1831.     class _jfloatArray : public _jarray {};
  1832.     class _jdoubleArray : public _jarray {};
  1833.     class _jobjectArray : public _jarray {};
  1834.  
  1835.     typedef _jobject *jobject;
  1836.     typedef _jclass *jclass;
  1837.     typedef _jthrowable *jthrowable;
  1838.     typedef _jstring *jstring;
  1839.     typedef _jarray *jarray;
  1840.     typedef _jbooleanArray *jbooleanArray;
  1841.     typedef _jbyteArray *jbyteArray;
  1842.     typedef _jcharArray *jcharArray;
  1843.     typedef _jshortArray *jshortArray;
  1844.     typedef _jintArray *jintArray;
  1845.     typedef _jlongArray *jlongArray;
  1846.     typedef _jfloatArray *jfloatArray;
  1847.     typedef _jdoubleArray *jdoubleArray;
  1848.     typedef _jobjectArray *jobjectArray;
  1849.  
  1850.     #else
  1851.  
  1852.     struct _jobject;
  1853.  
  1854.     typedef struct _jobject *jobject;
  1855.     typedef jobject jclass;
  1856.     typedef jobject jthrowable;
  1857.     typedef jobject jstring;
  1858.     typedef jobject jarray;
  1859.     typedef jarray jbooleanArray;
  1860.     typedef jarray jbyteArray;
  1861.     typedef jarray jcharArray;
  1862.     typedef jarray jshortArray;
  1863.     typedef jarray jintArray;
  1864.     typedef jarray jlongArray;
  1865.     typedef jarray jfloatArray;
  1866.     typedef jarray jdoubleArray;
  1867.     typedef jarray jobjectArray;
  1868.  
  1869.     #endif
  1870.  
  1871.     JNI function types have been modified accordingly to accept or 
  1872. return
  1873.     the newly introduced reference types.
  1874.  
  1875. ____________________________
  1876. JAVA NATIVE INTERFACE CHANGE - Changed the typing of certain primitive
  1877.     types:
  1878.  
  1879.     The following types in earlier versions of JDK:
  1880.  
  1881.     typedef char jboolean;
  1882.     typedef char jbyte;
  1883.     typedef unsigned long jsize;
  1884.  
  1885.     have been changed to:
  1886.  
  1887.     typedef unsigned char jboolean;
  1888.     typedef signed char jbyte;
  1889.     typedef jint jsize;
  1890.  
  1891.     in JDK 1.1 FCS.
  1892.  
  1893.     Earlier, jsize was defined to be an unsigned integer type that has
  1894.     the same number of bits as a native pointer. The idea was to use
  1895.     jsize to represent array length and size, etc. However, there has
  1896.     been a great deal of confusion on what operations are available 
  1897.     on jsize, whether it is safe to convert jsize to int, etc. We
  1898.     changed jsize to be the same as jint because Java arrays and
  1899.     strings cannot be longer than 2^31 anyway. All standard Java
  1900.     methods that operate on arrays and strings use "int" as the
  1901.     length and size types.
  1902.  
  1903. ___________
  1904. TOOL CHANGE - New argument -s added to javap
  1905.  
  1906.     -s: Print method and field type signature information in the 
  1907. internal
  1908.         form used by the Java Virtual Machine.  This is the form 
  1909. through
  1910.         which a user of the Java Native Interface (JNI) refers to 
  1911. methods
  1912.         and fields. Using javap with the -s flag to print method and 
  1913. field
  1914.         information for a class to be accessed with the JNI avoids the 
  1915.         difficulty of constructing signatures in the obscure internal 
  1916.         format manually.
  1917.     
  1918.     Examples of use:
  1919.  
  1920.     % cat foo.java
  1921.     class foo {
  1922.         Thread thread;
  1923.         int i;
  1924.         public static void main(String args[]) {
  1925.         }
  1926.         private void foo() {}
  1927.     }
  1928.  
  1929.     % javap -p foo
  1930.     Compiled from foo.java
  1931.     class foo extends java.lang.Object 
  1932.         /* ACC_SUPER bit set */ 
  1933.     {
  1934.         java.lang.Thread thread;
  1935.         int i;
  1936.         public static void main(java.lang.String []);
  1937.         private void foo();
  1938.         foo();
  1939.     }
  1940.  
  1941.     % javap -p -s foo
  1942.     Compiled from foo.java
  1943.     class foo extends java.lang.Object 
  1944.         /* ACC_SUPER bit set */
  1945.     {
  1946.         thread Ljava/lang/Thread;
  1947.         i I
  1948.         public static main ([Ljava/lang/String;)V
  1949.         private foo ()V
  1950.         <init> ()V
  1951.     }
  1952.  
  1953. ___________
  1954. TOOL CHANGE - Added -deprecation flag to javac
  1955.  
  1956.     By default, when compiling a class that contains deprecated APIs, 
  1957.     javac now displays only a brief note, rather than immediately
  1958.     listing all of the deprecated APIs.  For example:
  1959.  
  1960.     % javac MyClass.java
  1961.     Note: MyClass.java uses deprecated APIs.  Recompile with 
  1962. "-deprecation" 
  1963.     for details.
  1964.  
  1965.     Then, you can re-compile using the -deprecation flag to get the
  1966.     name of the deprecated constructor, field, method, class or 
  1967.     interface.
  1968.  
  1969.     % javac -deprecation MyClass.java
  1970.     MyClass.java:3: Note: The constructor java.lang.String(byte[],int)
  1971.     has been deprecated.
  1972.         new String(new byte[0], 0);
  1973.         ^
  1974.     Note: wombat.java uses deprecated APIs.  Please consult the 
  1975.     documentation for a better alternative.
  1976.  
  1977.     At this point, please refer to the JDK API Reference documentation
  1978.     (the javadoc-generated web pages) jdk1.1/docs/api/packages.html.
  1979.     If you look up the deprecated API, it should give you more details
  1980.     such as which API replaces it.    
  1981.  
  1982.     To summarize the compiler options:
  1983.         javac -nowarn       => complete silence
  1984.         javac               => a one-line comment about deprecations
  1985.         javac -deprecation  => a full report
  1986.  
  1987.     RATIONALE:
  1988.     This can greatly reduce the amount of warning by default, allowing 
  1989.     developers to concentrate on the errors, and to have a graceful
  1990.     migration towards updating their deprecated code.
  1991.  
  1992.  
  1993. ===================================================================
  1994. Changes from JDK 1.1beta2 to JDK 1.1beta3
  1995. -------------------------------------------------------------------
  1996.  
  1997. The following changes and bug fixes are in the JDK 1.1beta3 release.
  1998.  
  1999. ______________
  2000. VERSION NUMBER - The version number for this release is 
  2001. "JDK1.1beta3.3". 
  2002.  
  2003.     Versions beta3.1 and beta3.2 were internal candidates that were 
  2004.     never released.
  2005.     You can get the version number of your particular release by 
  2006. executing:
  2007.  
  2008.         java -version
  2009.  
  2010. _______________
  2011. PACKAGE CHANGES - Two new packages in java.*: java.beans and java.math
  2012.     Changes in these packages are described in more detail below.
  2013.  
  2014. ________________
  2015. JAVABEANS CHANGE - JavaBeans1.0 is now part of JDK1.1
  2016.     The classes that define the JavaBeans 1.0 API specification
  2017.     are now part of JDK1.1.  These classes are part of BDK1.0
  2018.     beta1 and beta2; there will be a BDK1.0beta3 that synchronizes
  2019.     with JDK1.1beta3.
  2020.  
  2021.   - There has been one change in the JavaBeans APIs: the string
  2022.     argument to Beans.instantiate() has changed. The argument
  2023.     used to be the path to a serialized bean, it is now the
  2024.     name of a bean, which may be serialized, or just a class name.
  2025.  
  2026. ______________
  2027. GENERAL CHANGE - Extended the core API methods that take a PrintStream 
  2028.     argument so they can also take a PrintWriter argument.
  2029.  
  2030.     Several constructors and methods have been added to make the 
  2031.     new PrintWriter class easier to use.  
  2032.  
  2033. _________
  2034. IO CHANGE - Merged the functionality of the ByteToCharConverter 
  2035.     and CharToByteConverter classes into the InputStreamReader and
  2036.     OutputStreamWriter classes.
  2037.  
  2038.     The ByteToCharConverter and CharToByteConverter classes 
  2039.     are no longer public, so various constructors and methods
  2040.     that previously took converter arguments now accept names
  2041.     of character encodings.  The InputStreamReader and 
  2042.     OutputStreamWriter classes no longer commit to buffering
  2043.     the underlying byte stream.  Details on these and other
  2044.     changes may be found at:
  2045.  
  2046.     http://java.sun.com/products/JDK/1.1/docs/guide/io/b3-changes.html
  2047.  
  2048. ___________
  2049. LANG CHANGE - New method: identityHashCode in java.lang.System
  2050.  
  2051.     Its signature is:
  2052.  
  2053.     public static native int identityHashCode(Object x);
  2054.  
  2055.     It returns the same hashcode for the given object as
  2056.     would be returned by the default method hashCode(),
  2057.     whether or not the given object's class overrides hashCode().
  2058.     The hashcode for the null reference is zero.
  2059.  
  2060.     RATIONALE:  
  2061.     In previous releases, Java lacked a constant-time
  2062.     identity hash function.  This meant there was no way to build
  2063.     a hash table which keyed on object identity, and for which
  2064.     access would be a constant-time operation.
  2065.  
  2066.     Java supplied a constant-time identity comparison operation 
  2067.     (the built-in operator ==) but did not supply a corresponding
  2068.     constant-time identity hash operation.
  2069.  
  2070.     This new method is very useful when the object in question does
  2071.     override equals and hashCode, but the guts of some abstraction
  2072.     is working with canonicalized instances, such as interned 
  2073.     strings, and needs to use them as keys for fast lookups.
  2074.  
  2075.     Although this is sometimes done by wrapping the string-like
  2076.     object inside another object which does not override equals 
  2077.     and hashCode, it's desirable to allow such objects to be used
  2078.     directly as keys in identity tables, to avoid the overhead 
  2079.     of allocating the wrappers.
  2080.  
  2081.     When performance is not an issue, the method Object.hashCode() 
  2082.     suffices, even if it is slow (as with strings), but when
  2083.     performance must be maximized, neither the wrapper technique 
  2084.     nor the slow hashCode() method is workable, and only a fast
  2085.     identityHashCode() method will be suitable.
  2086.  
  2087. ___________
  2088. LANG CHANGE - getResourceAsName(String) changed to getResource(String)
  2089.  
  2090.     java.lang.Class and java.lang.ClassLoader used to have methods 
  2091.     with signature:
  2092.  
  2093.        String getResourceAsName(String)
  2094.  
  2095.     which would return an external representation to a URL to
  2096.     the desired resource file.  These methods have been replaced
  2097.     by methods with signature
  2098.  
  2099.        java.net.URL getResource(String)
  2100.  
  2101.     which return the actual URL (or null if the resource is not found).
  2102.  
  2103. ___________
  2104. AWT CHANGES - New type of event: ContainerEvent
  2105.  
  2106.   This change provides the hooks for containers to easily register 
  2107. event 
  2108.   listeners on descendents.
  2109.  
  2110.   - Added new ContainerEvent class and equivalent ContainerListener 
  2111.     interface to enable notification when components are added/removed
  2112.     from containers.  This makes it relatively easy for containers 
  2113.     to register themselves as listeners for events on all of their 
  2114.     descendents.
  2115.  
  2116.   - Added the addContainerListener/removeContainerListener methods
  2117.     to Container.
  2118.  
  2119.   RATIONALE:
  2120.   In beta2 the event model provided no reasonable mechanism
  2121.   to allow containers to get input events which occurred in their
  2122.   descendents, which turns out to be a fairly common need.
  2123.   The 1.0 event model allowed this by automatically propagating
  2124.   events up the containment hierarchy until some component returned
  2125.   "true" to absorb the event and stop the propagation.  While this
  2126.   seems powerful (and it's easy), the 1.0 propagation model is error
  2127.   prone and results in poor performance. 
  2128.      
  2129. ___________
  2130. AWT CHANGES - Further Fine-Tuning of AWT Input Event Related API
  2131.  
  2132.   Responding to customer feedback and testing, we made the following
  2133.   changes to the API in the java.awt and java.awt.event packages:
  2134.  
  2135.   - Added a TextEvent class and TextListener interface to enable
  2136.     programs to track all changes to a text component, including
  2137.     paste and programmatic modifications.  (Bug #4014945)
  2138.  
  2139.   - Added new windowActivated/windowDeactivated event types to 
  2140. WindowEvent 
  2141.     to enable programs to determine when a window gets/loses focus.
  2142.   
  2143.   - Added isTemporary method to FocusEvent to enable determining the
  2144.     difference between when focus is explicitly moved between 
  2145. components
  2146.     and when focus temporarily changes (such as when a window is
  2147.     de-activated).
  2148.   
  2149.   - Added a consume method to the InputEvent class, enabling any object
  2150.     to consume input events.  Previously, only the Component associated
  2151.     with the input event could consume it.
  2152.  
  2153.   - Made the AWTEventMulticaster class public, enabling component
  2154.     subclasses to serve as multicast sources for AWT-defined events.
  2155.   
  2156.   - Made the java.awt.event Adapter classes abstract so that it's clear
  2157.     that they need to be extended.
  2158.  
  2159.   - Removed constructors in java.awt.event Event classes that took
  2160.     an old 1.0 event as a parameter.
  2161.   
  2162.   - Changed the event id values of the ComponentEvent types to prevent 
  2163. them
  2164.     from clashing with the WindowEvent ids.
  2165.   
  2166.   - Added virtual keycode identifiers to KeyEvent to properly represent
  2167.     all standard keys on the keyboard.  The keyCode property of the key
  2168.     event now contains one of those identifiers (instead of the ASCII
  2169.     integer equivalent).
  2170.  
  2171.   - Added a method called isPopupTrigger to the MouseEvent class,
  2172.     providing a platform-independent way to determine whether a mouse
  2173.     event should result in a popup menu being shown. (Bug #4017794)
  2174.  
  2175. __________
  2176. AWT CHANGE - New method: getTreeLock() to java.awt.Component:
  2177.  
  2178.     The public field Component.LOCK will NOT be changed for beta3,
  2179.     to minimize the risk of the change for beta3, but it will be made
  2180.     non-public (package private) between beta3 and final release.
  2181.  
  2182.     RATIONALE:
  2183.     The AWT exposes a public static final field, called Component.LOCK, 
  2184.     for synchronizing operations that affect or depend on
  2185.     component-tree structure.  
  2186.  
  2187.     Exposing this field for public use unnecessarily constricts future
  2188.     AWT implementations to providing a single toolkit-wide lock.
  2189.  
  2190.     It is much better to provide access to the lock object by an
  2191.     instance method on class Component, such that future
  2192.     implementations can return a context-sensitive locking object if
  2193.     they need to.
  2194.  
  2195. __________
  2196. AWT CHANGE - New Component method: getLocationOnScreen
  2197.  
  2198.     Added one new method to the Component class:
  2199.  
  2200.       Point getLocationOnScreen()
  2201.  
  2202.     RATIONALE:
  2203.     This method returns the current location of the component in
  2204.     the screen's coordinate space.
  2205.  
  2206. __________
  2207. AWT CHANGE - New Choice method: insert
  2208.  
  2209.     Added one new method to the Choice class:
  2210.  
  2211.       void insert(String item, int index) 
  2212.  
  2213.     RATIONALE:
  2214.     This method lets you insert items into a Choice control at the 
  2215. index
  2216.     you specify.  (In Beta2, items were always added at the end.)
  2217.  
  2218. __________
  2219. AWT CHANGE - ItemSelectable interface change 
  2220.  
  2221.     Removed the following two methods from the ItemSelectable 
  2222. interface:
  2223.        public int[] getSelectedIndexes();
  2224.        public String[] getSelectedItems();
  2225.  
  2226.     They have been replaced by the following method:
  2227.        public Object[] getSelectedObjects();
  2228.  
  2229.     RATIONALE:
  2230.     This change removes the restriction that an item must be 
  2231. representable
  2232.     by a String.  The AWT classes that implement ItemSelectable (List,
  2233.     Choice, Checkbox, and CheckboxMenuItem) have changed accordingly.
  2234.  
  2235. __________
  2236. AWT CHANGE - Allow Container and Component classes to be extended 
  2237.     directly to create lightweight components.
  2238.  
  2239.   1) Added the following method to java.awt.Component
  2240.  
  2241.     Dimension getMaximumSize();
  2242.  
  2243.      In beta2 components could specify only their minimum and preferred
  2244.      sizes and assume that the component was infinitely stretchable.  
  2245.      This assumption is invalid with lightweight components where 
  2246. components
  2247.      tend to be written at a finer granularity and some components 
  2248. don't
  2249.      want to be flexible.
  2250.  
  2251.      The default implementation of this method specifies infinite
  2252.      size to reflect the current behavior.
  2253.  
  2254.   2) Added two alignment functions to java.awt.Component.
  2255.  
  2256.         float getAlignmentX();
  2257.     float getAlignmentY();
  2258.  
  2259.      that return a number between 0.0 and 1.0.  These values specify 
  2260. how 
  2261.      to align the component relative to other components.  0.0 would be
  2262.      aligned at the origin, 1.0 the furthest away from the origin, 
  2263.      0.5 is centered, etc.  As examples, a text component would have a
  2264.      y alignment to the baseline, and an icon component would have 
  2265.      an alignment to its hotspot, if defined.
  2266.  
  2267.     RATIONALE:
  2268.     Before beta3 the only way of creating new components in the AWT was
  2269.     to extend Canvas, Panel, and their subclasses.  Component and
  2270.     Container could not be directly extended.  All components were
  2271.     automatically "heavyweight" in that each had an opaque native
  2272.     window associated with them.  The problem with this is that 
  2273. heavyweight
  2274.     components are expensive (you can't afford to have too many) and
  2275.     they cannot have any transparent pixels.  The new changes create
  2276.     standard support for lightweight components.
  2277.  
  2278. ____________
  2279. MATH CHANGES - New package: java.math, which initially contains two 
  2280.     classes:  BigInteger and BigDecimal.
  2281.  
  2282.     BigNum class has been removed and replaced by BigInteger and 
  2283. BigDecimal.
  2284.  
  2285.     BigIntegers are immutable arbitrary-precision integers, which 
  2286. provide
  2287.     analogs to all of Java's primitive integer operators, and all 
  2288. relevant
  2289.     static methods from java.lang.Math.  Additionally, BigIntegers 
  2290. provide
  2291.     operations for modular arithmetic, GCD calculation, primality 
  2292. testing, 
  2293.     prime generation, single-bit manipulation, and a few other odds and 
  2294. ends.
  2295.  
  2296.     BigDecimals are immutable, arbitrary-precision signed decimal 
  2297. numbers,
  2298.     suitable for monetary calculations.  BigDecimals provide operations 
  2299. for 
  2300.     basic arithmetic, scale manipulation, comparison, format conversion 
  2301.     and hashing.  The BigDecimal class gives its user complete control 
  2302.     over rounding behavior, forcing the user to explicitly specify a 
  2303.     rounding behavior for operations capable of discarding precision.
  2304.  
  2305. ________________
  2306. SECURITY CHANGES -  New method: getProviders(), which provides 
  2307.     a way to query which crypto providers are installed.
  2308.  
  2309.     This method is added to the Security class and has the form:
  2310.  
  2311.     public static String[] getProviders();
  2312.  
  2313. ___________
  2314. TOOL CHANGE - javakey is now able to export keys and certs
  2315.     to files.
  2316.  
  2317.     This is a change to the javakey tool, a reciprocal to
  2318.     the existing import facility.
  2319.  
  2320. ___________
  2321. TOOL CHANGE - javac -nowarn flag now suppresses @deprecated messages  
  2322.  
  2323.     This can greatly reduce the amount of messages, allowing you
  2324.     to see only the errors.
  2325.  
  2326. ____________
  2327. TOOL CHANGES - jar tool is incompatible with earlier JAR files
  2328.  
  2329.     The beta3 jar tool (more specifically, ZipInputStream and
  2330.     ZipOutputStream) is incompatible with JAR files created with
  2331.     the beta2 jar tool.  The JAR tool won't understand those files.
  2332.     There was a bug in beta2 ZipInputStream and ZipOutputStream 
  2333.     such that those classes didn't generate files properly according
  2334.     to the zip specification (one bit out of place means a lot...)
  2335.     The bug was fixed and now it generates proper zip files that 
  2336.     other tools will understand.
  2337.  
  2338. ____________
  2339. TOOL CHANGES - Removed ability to generate MIF from javadoc
  2340.  
  2341.     Removed "-doctype MIF" option from javadoc.  This was necessary
  2342.     in order to remove the HTML parser dependency that HotJava had
  2343.     on the JDK.
  2344.  
  2345. ===================================================================
  2346. Changes from the original JDK 1.1beta to JDK 1.1beta2
  2347. -------------------------------------------------------------------
  2348.  
  2349. The following fixes and improvements are in the JDK 1.1beta2 release.
  2350.  
  2351. ______________
  2352. VERSION NUMBER - The version number for this release is "JDK1.1beta2". 
  2353.  
  2354.     You can get the version number of your particular release by 
  2355. executing:
  2356.  
  2357.         java -version
  2358.  
  2359. _______
  2360. CHANGE - Source code for public classes included
  2361.  
  2362.     The source code for the public classes in the java.* package are 
  2363.     now included in this release in the file src.zip.  These correspond
  2364.     to the public classes contained in classes.zip.  This src.zip
  2365.     is equivalent to that shipped previously with JDK 1.0.2
  2366.     but also includes sources to the new public classes added in JDK 
  2367. 1.1. 
  2368.  
  2369. _______
  2370. BUG FIX - Jar tool manifest-build limitation on number of files on 
  2371. Solaris
  2372.  
  2373.     DESCRIPTION OF BUG
  2374.     In some configurations of Solaris, trying to create a JAR file 
  2375.     that has more than 64 entries in it would fail.  The command 
  2376.     that would cause this to happen is:
  2377.  
  2378.     % jar cvf test.jar <somedir>
  2379.   
  2380.     where <somedir> is a directory containing more than 64 files.
  2381.  
  2382.     SOLUTION - This bug has been fixed.
  2383.  
  2384. _______
  2385. BUG FIX - Javakey tool signs jar files with invalid signatures
  2386.  
  2387.     DESCRIPTION OF BUG
  2388.     An implementation inconsistency in the javakey security tool causes
  2389.     jar files to be signed with invalid signatures. This means that 
  2390.     signature checking will always fail, thus all applets will run as 
  2391.     untrusted, with minimal permissions enabled.  This makes code 
  2392. signing
  2393.     feature unusable but it is not a security hole.  
  2394.  
  2395.     SOLUTION - This bug has been fixed. 
  2396.  
  2397. _______
  2398. BUG FIX - 4017054 - Limit to numeric range of case statements
  2399.  
  2400.     DESCRIPTION OF BUG
  2401.     If a Java switch statement includes case statements that cover a 
  2402. wide
  2403.     range of numerical values (although not necessarily a large number 
  2404. of 
  2405.     cases themselves), the Java compiler can run out of memory 
  2406. attempting 
  2407.     to compile that statement.  For instance, a switch statement 
  2408.     containing the two cases 0 and 99999999 will cause the compiler to 
  2409.     run out of memory.
  2410.  
  2411.     SOLUTION - This bug has been fixed.
  2412.  
  2413. _______
  2414. BUG FIX - 4018832 - Missing class java.io.LineNumberReader
  2415.  
  2416.     DESCRIPTION OF BUG
  2417.     In the Win32 release, the class java.io.LineNumberReader is
  2418.     documented but the class file is absent from classes.zip
  2419.  
  2420.     SOLUTION - java.io.LineNumberReader has been added to classes.zip
  2421.  
  2422. _______
  2423. BUG FIX - 4018252 - DecimalNumberFormat methods throw exceptions
  2424.  
  2425.     DESCRIPTION OF BUG
  2426.     The class java.text.DecimalNumberFormat throws an exception when 
  2427. any 
  2428.     of its format or parse methods are called.  A typical stack trace 
  2429.     looks something like the following:
  2430.  
  2431.     java.lang.NumberFormatException: 451.0D
  2432.         at java.lang.Double.<init>(Double.java)
  2433.         at java.text.DigitList.getRealDouble(DigitList.java)
  2434.         at java.text.DigitList.set(DigitList.java)
  2435.         at java.text.DecimalFormat.format(DecimalFormat.java)
  2436.         at java.text.NumberFormat.format(NumberFormat.java)
  2437.  
  2438.     Although DecimalNumberFormats are generally not used directly, they 
  2439.     are returned by calls to NumberFormat.getDefault(), 
  2440.     NumberFormat.getDefaultCurrency() and 
  2441. NumberFormat.getDefaultPercent().
  2442.  
  2443.     SOLUTION - This bug has been fixed.
  2444.  
  2445.